Skip to content

Commit 2931e2c

Browse files
committed
chore: adjust lint config
1 parent cd12093 commit 2931e2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"eslint:recommended",
1313
"plugin:@typescript-eslint/eslint-recommended",
1414
"plugin:@typescript-eslint/recommended",
15-
"prettier",
16-
"prettier/@typescript-eslint"
15+
"prettier"
1716
],
1817
"rules": {
1918
"@typescript-eslint/explicit-member-accessibility": "off",

0 commit comments

Comments
 (0)