11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"rules": {
|
|
"requireInternalWithUnderscore": true,
|
|
"duplicateModuleImport": true,
|
|
"enforce-copyright-header": true,
|
|
"no-duplicate-variable": true,
|
|
"semicolon": [true],
|
|
"variable-name": [true, "ban-keywords"]
|
|
}
|
|
}
|