mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-11 10:18:49 +01:00
Remove few rules from eslint
This commit is contained in:
@@ -16,12 +16,10 @@
|
||||
"jsx": true
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"react",
|
||||
"react-hooks"
|
||||
],
|
||||
"plugins": ["react", "react-hooks"],
|
||||
"rules": {
|
||||
"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