2017-10-18 10:20:40 +00:00
|
|
|
{
|
|
|
|
"rules": {
|
|
|
|
"no-duplicate-variable": true,
|
|
|
|
"no-unused-variable": [
|
|
|
|
true
|
2017-12-20 14:36:51 +00:00
|
|
|
],
|
|
|
|
"max-line-length": {
|
|
|
|
"options": [132]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"jsRules": {
|
|
|
|
"max-line-length": {
|
|
|
|
"options": [132]
|
|
|
|
}
|
2017-10-18 10:20:40 +00:00
|
|
|
},
|
|
|
|
"rulesDirectory": [
|
|
|
|
"node_modules/tslint-eslint-rules/dist/rules"
|
|
|
|
]
|
|
|
|
}
|