1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02: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:
Divlo 2023-02-06 23:37:55 +01:00
parent 1934d3525a
commit c3ddbc73b7
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -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",