angular-cn/tslint.json

15 lines
342 B
JSON
Raw Normal View History

{
"rulesDirectory": [
"dist/tools/tslint",
"node_modules/vrsource-tslint-rules/rules"
],
"rules": {
"enforce-copyright-header": true,
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"require-internal-with-underscore": true,
"semicolon": [true],
"variable-name": [true, "ban-keywords"]
}
}