Skip to content

Commit

Permalink
Update base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Sep 29, 2024
1 parent b4f912b commit ac8cf2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const ERROR = 2;
const baseRules = {
// Possible Errors
'no-console': ERROR,
// Disable for Prettier compatibility
// https://github.com/prettier/eslint-config-prettier/pull/34
'no-unexpected-multiline': OFF,
'block-scoped-var': ERROR,
curly: [ERROR, 'all'],
'default-case': ERROR,
Expand Down

0 comments on commit ac8cf2a

Please sign in to comment.