This commit is contained in:
2020-01-19 16:18:01 -07:00
commit 4d4ed174e9
27 changed files with 1694 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
],
"triple-equals": true
},
"defaultSeverity": "warning"
}