mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add import/no-empty-named-blocks
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
a95ac7ec8b
commit
81b37b523c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user