"use strict" and other linty fixes
This commit is contained in:
parent
aaa6de784b
commit
1cc5fa5ba7
50 changed files with 463 additions and 478 deletions
|
|
@ -188,7 +188,7 @@ module.exports = {
|
|||
"quotes": [
|
||||
"error",
|
||||
"double",
|
||||
"avoid-escape"
|
||||
{"avoidEscape": true}
|
||||
],
|
||||
"radix": [
|
||||
"error",
|
||||
|
|
@ -209,7 +209,7 @@ module.exports = {
|
|||
"space-infix-ops": "off",
|
||||
"space-unary-ops": "error",
|
||||
"spaced-comment": "off",
|
||||
"strict": "off",
|
||||
"strict": ["error", "global"],
|
||||
"template-curly-spacing": "error",
|
||||
"valid-jsdoc": "off",
|
||||
"vars-on-top": "off",
|
||||
|
|
@ -218,4 +218,4 @@ module.exports = {
|
|||
"yield-star-spacing": "error",
|
||||
"yoda": "off"
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue