Skip to content

Commit

Permalink
chore: Re-add curly
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Nov 6, 2023
1 parent 6800586 commit 731f2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
"consistent-return": "warn", // http://eslint.org/docs/rules/consistent-return
"consistent-this": ["off", "self"], // http://eslint.org/docs/rules/consistent-this
"constructor-super": "error", // http://eslint.org/docs/rules/constructor-super
curly: ["warn", "all"], // http://eslint.org/docs/rules/curly
"default-case": "off", // http://eslint.org/docs/rules/default-case
"default-case-last": "off", // https://eslint.org/docs/rules/default-case-last
"default-param-last": "off", // https://eslint.org/docs/rules/default-param-last
Expand Down

0 comments on commit 731f2d8

Please sign in to comment.