Skip to content

Commit

Permalink
feat: disable default-case
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 22, 2023
1 parent 9a47f6e commit 55ba19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurations/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ module.exports = {
'consistent-this': [2, 'self'],
'constructor-super': 2,
curly: 2,
'default-case': 2,
'default-case-last': 2,
'default-case': 0,
'default-case-last': 0,
'default-param-last': 2,
'dot-location': [2, 'property'],
'dot-notation': 2,
Expand Down

0 comments on commit 55ba19b

Please sign in to comment.