Skip to content

Commit

Permalink
remove not-recommended disabled rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nilzona committed Nov 29, 2024
1 parent 73e475a commit 1af08f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/eslint-config/src/configs/rules/eslint-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ const rules = {
// https://eslint.org/docs/rules/consistent-return
"consistent-return": "error",

// specify curly brace conventions for all control statements
// https://eslint.org/docs/rules/curly
curly: "off",

// require default case in switch statements
// https://eslint.org/docs/rules/default-case
"default-case": ["error", { commentPattern: "^no default$" }],
Expand Down

0 comments on commit 1af08f6

Please sign in to comment.