Browse Source

removed the no-undefined eslint rule from client and server

tags/v0.8.0
Shaun 3 years ago
parent
commit
0fb4be8d1a
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      src/client/.eslintrc
  2. +0
    -1
      src/server/.eslintrc

+ 0
- 1
src/client/.eslintrc View File

@@ -219,7 +219,6 @@
"no-throw-literal": 2,
"no-undef": 1,
"no-undef-init": 2,
"no-undefined": 1,
"no-underscore-dangle": 1,
"no-unneeded-ternary": 2,
"no-unreachable": 1,


+ 0
- 1
src/server/.eslintrc View File

@@ -132,7 +132,6 @@
"no-shadow": [2,{"builtinGlobals":true,"hoist":"all"}],
"no-undef-init": 2,
"no-undef": 1,
"no-undefined": 1,
"no-unused-vars": [1, {"args": "none"}],
"no-use-before-define": 2,
"no-mixed-requires": [2,false],


Loading…
Cancel
Save