Skip to content

Commit

Permalink
chore(.eslintrc.json): remove prettier in extends (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 13, 2024
1 parent ed3d136 commit 44d34a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:prettier/recommended",
"plugin:react-hooks/recommended",
"plugin:import/errors",
"plugin:import/warnings"
"plugin:import/warnings",
"plugin:prettier/recommended"
],
"plugins": [
"@typescript-eslint",
Expand Down

0 comments on commit 44d34a5

Please sign in to comment.