mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
feat: add import/no-empty-named-blocks
BREAKING CHANGE: New rule introduced
This commit is contained in:
@ -168,6 +168,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"import/no-named-default": "error",
|
"import/no-named-default": "error",
|
||||||
|
"import/no-empty-named-blocks": "error",
|
||||||
|
|
||||||
"promise/param-names": "error",
|
"promise/param-names": "error",
|
||||||
"promise/no-new-statics": "error",
|
"promise/no-new-statics": "error",
|
||||||
|
Reference in New Issue
Block a user