10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"plugins": ["import", "jsx-a11y", "react", "react-hooks"],
|
|
"extends": ["prettier"],
|
|
"rules": {
|
|
"react-hooks/rules-of-hooks": "error",
|
|
"react-hooks/exhaustive-deps": "warn"
|
|
}
|
|
}
|