update eslint
This commit is contained in:
parent
970f1f00f2
commit
9c3b7a7318
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue