15 lines
330 B
JSON
15 lines
330 B
JSON
|
{
|
||
|
"defaultSeverity": "warning",
|
||
|
"extends": [
|
||
|
"tslint:recommended"
|
||
|
],
|
||
|
"jsRules": {},
|
||
|
"rules": {
|
||
|
"curly": [true, "as-needed"],
|
||
|
"indent": [true, "tabs"],
|
||
|
"no-bitwise": false,
|
||
|
"quotemark": [true, "single", "avoid-escape", "avoid-template"]
|
||
|
},
|
||
|
"rulesDirectory": []
|
||
|
}
|