Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 3794e02

Browse files
authoredJan 25, 2024
remove prettier rule (#44)
1 parent 2d6a45a commit 3794e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.eslintrc.cjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ module.exports = {
2727
},
2828
rules: {
2929
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
30-
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
31-
'prettier/prettier': 'error'
30+
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
3231
},
3332
overrides: [
3433
{

0 commit comments

Comments
 (0)