15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended",
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"comment-format": false,
|
|
"indent": [true, "spaces", 2],
|
|
"max-line-length": false,
|
|
"no-bitwise": false,
|
|
"quotemark": [true, "single"],
|
|
},
|
|
"rulesDirectory": [],
|
|
}
|