Skip to content

Commit 44c4231

Browse files
committed
feat(.eslintrc.js): add prettier
1 parent a22a8ac commit 44c4231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
'plugin:@typescript-eslint/recommended',
88
'plugin:@typescript-eslint/recommended-requiring-type-checking',
99
],
10-
plugins: ['@typescript-eslint', 'import'],
10+
plugins: ['prettier', '@typescript-eslint', 'import'],
1111
parser: '@typescript-eslint/parser',
1212
parserOptions: {
1313
project: './tsconfig.json',

0 commit comments

Comments
 (0)