Loading .eslintrc.json +1 −1 Original line number Original line Diff line number Diff line Loading @@ -100,7 +100,7 @@ "no-shadow-restricted-names": 2, "no-shadow-restricted-names": 2, "no-undef": [2, { "typeof": true }], "no-undef": [2, { "typeof": true }], "no-undef-init": 2, "no-undef-init": 2, "no-undefined": 2, "no-undefined": 0, "no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }], "no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }], "no-use-before-define": [2, { "functions": false, "classes": true }], "no-use-before-define": [2, { "functions": false, "classes": true }], Loading test/.eslintrc.json +0 −4 Original line number Original line Diff line number Diff line Loading @@ -7,10 +7,6 @@ }, }, "rules": { "rules": { // Variables "no-undefined": 0, // Node.js and CommonJS // Node.js and CommonJS "no-process-env": 0, "no-process-env": 0, Loading Loading
.eslintrc.json +1 −1 Original line number Original line Diff line number Diff line Loading @@ -100,7 +100,7 @@ "no-shadow-restricted-names": 2, "no-shadow-restricted-names": 2, "no-undef": [2, { "typeof": true }], "no-undef": [2, { "typeof": true }], "no-undef-init": 2, "no-undef-init": 2, "no-undefined": 2, "no-undefined": 0, "no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }], "no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }], "no-use-before-define": [2, { "functions": false, "classes": true }], "no-use-before-define": [2, { "functions": false, "classes": true }], Loading
test/.eslintrc.json +0 −4 Original line number Original line Diff line number Diff line Loading @@ -7,10 +7,6 @@ }, }, "rules": { "rules": { // Variables "no-undefined": 0, // Node.js and CommonJS // Node.js and CommonJS "no-process-env": 0, "no-process-env": 0, Loading