update eslint

This commit is contained in:
张磊 2018-11-05 16:45:08 +08:00
parent 970f1f00f2
commit 9c3b7a7318
3 changed files with 0 additions and 6 deletions

View File

@ -20,8 +20,6 @@
},
"rules": {
"prettier/prettier": "error",
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"no-cond-assign": 1,
"no-empty": 0,
"no-console": 1,

View File

@ -20,8 +20,6 @@
},
"rules": {
"prettier/prettier": "error",
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"no-cond-assign": 1,
"no-empty": 0,
"no-console": 1,

View File

@ -22,8 +22,6 @@ module.exports = {
},
rules: {
"prettier/prettier": "error",
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"no-unused-vars": [1, { varsIgnorePattern: "^h$" }],
"no-cond-assign": 1,
"no-empty": 0,