Skip to content

Commit

Permalink
chore(.eslintrc.json): remove prettier in extends (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 13, 2024
1 parent fb6fb35 commit 429cb7e
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 429cb7e

Please sign in to comment.