Implement use strict linting (#7223)

* implement use strict linting

* commit changes

* add additional check for strict
This commit is contained in:
Anthony Dresser
2019-09-16 17:36:31 -07:00
committed by GitHub
parent 603a79d094
commit d3ea9c3168
4 changed files with 62 additions and 30 deletions

View File

@@ -228,7 +228,8 @@
"no-new-buffer": true,
"translation-remind": true,
"no-standalone-editor": true,
"no-nls-in-standalone-editor": true
"no-nls-in-standalone-editor": true,
"no-useless-strict": true
},
"defaultSeverity": "warning"
}