🚨 Update tslint config
This commit is contained in:
parent
6f59625056
commit
3f5feea1cf
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
{
|
{
|
||||||
"defaultSeverity": "error",
|
"defaultSeverity": "error",
|
||||||
"extends": [
|
"extends": [
|
||||||
"tslint:recommended"
|
"tslint:recommended",
|
||||||
],
|
],
|
||||||
"jsRules": {},
|
"jsRules": {},
|
||||||
"rules": {
|
"rules": {
|
||||||
"comment-format": false,
|
"comment-format": false,
|
||||||
|
"indent": [true, "spaces", 2],
|
||||||
"max-line-length": false,
|
"max-line-length": false,
|
||||||
"no-bitwise": false,
|
"no-bitwise": false,
|
||||||
"quotemark": [true, "single"]
|
"quotemark": [true, "single"],
|
||||||
},
|
},
|
||||||
"rulesDirectory": []
|
"rulesDirectory": [],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue