13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
{
|
|
"extends": [
|
|
"../.eslintrc",
|
|
"plugin:react-hooks/recommended",
|
|
],
|
|
"plugins": [
|
|
"eslint-plugin-react-hooks",
|
|
],
|
|
"env": {
|
|
"jest": true,
|
|
"browser": true
|
|
}
|
|
} |