Skip to content

Commit 4b45c2b

Browse files
committed
chore: remove prettier from eslitn
1 parent 16c2758 commit 4b45c2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/.eslintrc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'plugin:prettier/recommended',
1717
'plugin:@typescript-eslint/recommended',
1818
],
19-
plugins: ['@typescript-eslint', 'prettier', 'jest'],
19+
plugins: ['@typescript-eslint', 'jest'],
2020
parser: '@typescript-eslint/parser',
2121
parserOptions: {
2222
project: true,
@@ -27,7 +27,4 @@ module.exports = {
2727
ecmaVersion: 2018,
2828
sourceType: 'module',
2929
},
30-
rules: {
31-
'prettier/prettier': 'warn',
32-
},
3330
}

0 commit comments

Comments
 (0)