2016-03-28 17:25:22 -04:00
|
|
|
{
|
2016-10-27 14:48:47 -04:00
|
|
|
"rulesDirectory": [
|
|
|
|
"dist/tools/tslint",
|
2016-12-08 16:46:08 -05:00
|
|
|
"node_modules/vrsource-tslint-rules/rules",
|
|
|
|
"node_modules/tslint-eslint-rules/dist/rules"
|
2016-10-27 14:48:47 -04:00
|
|
|
],
|
|
|
|
"rules": {
|
2016-10-29 06:40:15 -04:00
|
|
|
"file-header": [true, "Copyright Google Inc\\."],
|
2016-11-22 16:29:53 -05:00
|
|
|
"no-console": [true, "log"],
|
2016-10-27 14:48:47 -04:00
|
|
|
"no-duplicate-imports": true,
|
|
|
|
"no-duplicate-variable": true,
|
2016-10-27 14:57:10 -04:00
|
|
|
"no-jasmine-focus": true,
|
2016-11-12 08:14:20 -05:00
|
|
|
"no-var-keyword": true,
|
2016-10-27 14:48:47 -04:00
|
|
|
"require-internal-with-underscore": true,
|
|
|
|
"semicolon": [true],
|
2016-12-08 16:46:08 -05:00
|
|
|
"variable-name": [true, "ban-keywords"],
|
|
|
|
"no-inner-declarations": [true, "function"]
|
2017-09-22 13:51:03 -04:00
|
|
|
},
|
|
|
|
"jsRules": {
|
|
|
|
"file-header": [true, "Copyright Google Inc\\."],
|
|
|
|
"no-console": [true, "log"],
|
|
|
|
"no-duplicate-imports": true,
|
|
|
|
"no-duplicate-variable": true,
|
|
|
|
"no-jasmine-focus": true,
|
|
|
|
"require-internal-with-underscore": true,
|
|
|
|
"semicolon": [true],
|
|
|
|
"variable-name": [true, "ban-keywords"],
|
|
|
|
"no-inner-declarations": [true, "function"]
|
2016-10-27 14:48:47 -04:00
|
|
|
}
|
2016-03-28 17:25:22 -04:00
|
|
|
}
|