14 строки
246 B
JSON
14 строки
246 B
JSON
|
{
|
||
|
"defaultSeverity": "error",
|
||
|
"extends": ["tslint:recommended"],
|
||
|
"jsRules": {},
|
||
|
"rules": {
|
||
|
"trailing-comma": false,
|
||
|
"arrow-parens": false
|
||
|
},
|
||
|
"rulesDirectory": [],
|
||
|
"linterOptions": {
|
||
|
"exclude": ["lib/generated/**"]
|
||
|
}
|
||
|
}
|