angular-cn/tslint.json

11 lines
255 B
JSON

{
"rules": {
"requireInternalWithUnderscore": true,
"duplicateModuleImport": true,
"enforce-copyright-header": true,
"no-duplicate-variable": true,
"semicolon": true,
"variable-name": [true, "ban-keywords"]
}
}