angular-cn/tslint.json

16 lines
388 B
JSON
Raw Normal View History

{
"rulesDirectory": [
"dist/tools/tslint",
"node_modules/vrsource-tslint-rules/rules"
],
"rules": {
"file-header": [true, "Copyright Google Inc\\."],
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,
"require-internal-with-underscore": true,
"semicolon": [true],
"variable-name": [true, "ban-keywords"]
}
}