Skip to content

Commit

Permalink
Add no-empty-static-block rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 6, 2022
1 parent 2b5733c commit 3dcb71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
allowEmptyCatch: true,
},
],
'no-empty-static-block': 'error',
'no-ex-assign': 'error',
'no-extra-boolean-cast': 'error',
// Disabled because of https://github.com/eslint/eslint/issues/6028
Expand Down

0 comments on commit 3dcb71e

Please sign in to comment.