Remove few rules from eslint
This commit is contained in:
@@ -16,12 +16,10 @@
|
|||||||
"jsx": true
|
"jsx": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": ["react", "react-hooks"],
|
||||||
"react",
|
|
||||||
"react-hooks"
|
|
||||||
],
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"react/jsx-uses-react": "off"
|
"react/jsx-uses-react": "off",
|
||||||
|
"no-unused-vars": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user