🚨 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",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
"tslint:recommended",
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"comment-format": false,
|
||||
"indent": [true, "spaces", 2],
|
||||
"max-line-length": false,
|
||||
"no-bitwise": false,
|
||||
"quotemark": [true, "single"]
|
||||
"quotemark": [true, "single"],
|
||||
},
|
||||
"rulesDirectory": []
|
||||
"rulesDirectory": [],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue