mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: add no-empty-static-block
Ref: https://eslint.org/docs/latest/rules/no-empty-static-block BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
1934d3525a
commit
c3ddbc73b7
@ -34,6 +34,7 @@
|
||||
"no-duplicate-imports": "error",
|
||||
"no-empty-character-class": "error",
|
||||
"no-empty-pattern": "error",
|
||||
"no-empty-static-block": "error",
|
||||
"no-ex-assign": "error",
|
||||
"no-fallthrough": "error",
|
||||
"no-func-assign": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user