2019-03-17 12:23:17 -04:00
|
|
|
{
|
2019-04-07 23:19:08 -04:00
|
|
|
"extends": "awesome-code-style/tslint.json",
|
2019-03-17 12:23:17 -04:00
|
|
|
"rules": {
|
|
|
|
"file-header": [true, "Licensed to the Apache Software Foundation \\(ASF\\).+"],
|
|
|
|
"no-shadowed-variable": false,
|
|
|
|
"variable-name": false,
|
2019-04-07 23:19:08 -04:00
|
|
|
"no-conditional-assignment": true,
|
|
|
|
"no-string-literal": false,
|
|
|
|
"object-literal-shorthand": false,
|
|
|
|
"no-require-imports": false,
|
|
|
|
"arrow-return-shorthand": false,
|
|
|
|
"no-var-requires": false,
|
|
|
|
"no-unused-variable": false
|
|
|
|
},
|
|
|
|
"linterOptions": {
|
|
|
|
"format": "useful"
|
2019-03-17 12:23:17 -04:00
|
|
|
}
|
|
|
|
}
|