Skip to content

Commit

Permalink
drop curly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 9, 2024
1 parent 912721f commit ec1b0ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const baseConfig = {
import: fixupPluginRules(imports),
},
rules: {
curly: 'error',
'dot-notation': 'error',
eqeqeq: ['error', 'always', { null: 'ignore' }],
'no-else-return': 'error',
Expand Down

0 comments on commit ec1b0ae

Please sign in to comment.