rsvp-reader/.eslintrc
2019-12-13 08:28:22 +01:00

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"
}
}