9f506cd330
Now that we have --noImplicitAny we don't need these checks for explicit types in specific locations. Also re-enable the check to disallow keywords as variable names.
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"rules": {
|
|
"requireInternalWithUnderscore": true,
|
|
"duplicateModuleImport": true,
|
|
"semicolon": true,
|
|
"variable-name": [true, "ban-keywords"]
|
|
}
|
|
}
|