Skip to content

Commit

Permalink
Disable multiline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Sep 28, 2024
1 parent e90578b commit b4f912b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const ERROR = 2;
const baseRules = {
// Possible Errors
'no-console': ERROR,
'no-unexpected-multiline': ERROR,
'block-scoped-var': ERROR,
curly: [ERROR, 'all'],
'default-case': ERROR,
Expand Down

0 comments on commit b4f912b

Please sign in to comment.