Create tslint.json
This commit is contained in:
parent
82348321bb
commit
55b890d0c9
1 changed files with 14 additions and 0 deletions
14
tslint.json
Normal file
14
tslint.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"defaultSeverity": "error",
|
||||||
|
"extends": [
|
||||||
|
"tslint:recommended"
|
||||||
|
],
|
||||||
|
"jsRules": {
|
||||||
|
"no-console": false
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"no-console": false,
|
||||||
|
"trailing-comma": [false]
|
||||||
|
},
|
||||||
|
"rulesDirectory": []
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue