Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 8731045

Browse files
fix: remove prettier from eslint
1 parent d779706 commit 8731045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
leadingUnderscore: 'allow',
2929
},
3030
],
31+
'prettier/prettier': 'off',
3132
},
3233
parserOptions: {
3334
ecmaVersion: 2020,

0 commit comments

Comments
 (0)