12 строки
178 B
JSON
12 строки
178 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"no-duplicate-variable": true,
|
||
|
"no-unused-variable": [
|
||
|
true
|
||
|
]
|
||
|
},
|
||
|
"rulesDirectory": [
|
||
|
"node_modules/tslint-eslint-rules/dist/rules"
|
||
|
]
|
||
|
}
|