Files
d1kt/.eslintrc.json

8 lines
100 B
JSON

{
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error"
}
}