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