Skip to content

Commit

Permalink
feat: update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasdeMoura authored Jul 24, 2024
1 parent efa4d48 commit c67a1b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"env": {
"browser": true,
"node": true,
"jest/globals": true
"node": true
},
"settings": {
"react": {
Expand All @@ -14,7 +13,6 @@
"react-hooks",
"@typescript-eslint",
"eslint-plugin-import-helpers",
"eslint-plugin-jest",
"eslint-plugin-storybook",
"testing-library"
],
Expand Down Expand Up @@ -66,9 +64,6 @@
"**/?(*.)+(spec|test).[jt]s?(x)"
],
"extends": [
"plugin:jest-dom/recommended",
"plugin:jest/recommended",
"plugin:jest/style",
"plugin:testing-library/react"
]
}
Expand Down

0 comments on commit c67a1b0

Please sign in to comment.