Skip to content

Commit 48adbca

Browse files
committed
lint: not necessary to extend prettier when plugin:prettier/recommended already does it
1 parent e34fcd6 commit 48adbca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"extends": [
1111
"eslint:recommended",
1212
"plugin:@typescript-eslint/recommended",
13-
"plugin:prettier/recommended",
14-
"prettier"
13+
"plugin:prettier/recommended"
1514
],
1615
"plugins": [
1716
"import"

0 commit comments

Comments
 (0)