16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"extends": [
|
|
"plugin:react-hooks/recommended"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"react",
|
|
"@typescript-eslint"
|
|
],
|
|
"root": true,
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off",
|
|
"no-restricted-globals": "off"
|
|
}
|
|
}
|