add auto generated tslint, add nvmrc v8.15.0

This commit is contained in:
hlhr
2019-01-27 09:49:01 +01:00
parent 3b37e5a85e
commit bdf9db9c65
2 changed files with 8 additions and 4 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
8.15.0

View File

@@ -1,6 +1,9 @@
{ {
"rules": { "defaultSeverity": "error",
"indent": [true, "tabs"], "extends": [
"semicolon": [true, "always"] "tslint:recommended"
} ],
"jsRules": {},
"rules": {},
"rulesDirectory": []
} }