mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(.eslintrc.json): remove prettier in extends (#2898)
This commit is contained in:
parent
fb6fb3595e
commit
429cb7ec53
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user