Fixing lint errors for many of the projects

This commit is contained in:
Matt Bierner
2019-05-10 14:43:54 -07:00
parent 03cf5fa9f1
commit 5553fee13b
33 changed files with 125 additions and 46 deletions

View File

@ -0,0 +1,12 @@
{
"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"
}