15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|