Simplify config

This commit is contained in:
Will Scullin 2022-05-29 12:30:33 -07:00
parent a410bd0189
commit 38c8a40a74
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -1,8 +1,7 @@
{
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint/eslint-plugin",
"react-hooks"
"@typescript-eslint/eslint-plugin"
],
"rules": {
"indent": [
@ -87,7 +86,8 @@
},
"extends": [
"eslint:recommended",
"plugin:react/recommended"
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
"overrides": [
{