Initial
This commit is contained in:
16
tslint.json
Normal file
16
tslint.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"quotemark": false,
|
||||
"no-console": false,
|
||||
"indent": [
|
||||
true,
|
||||
"tabs"
|
||||
]
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
Reference in New Issue
Block a user