mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: add import/no-anonymous-default-export
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
c1a524e31b
commit
c9365be768
@ -173,6 +173,7 @@
|
||||
],
|
||||
"import/no-named-default": "error",
|
||||
"import/no-empty-named-blocks": "error",
|
||||
"import/no-anonymous-default-export": "error",
|
||||
|
||||
"promise/param-names": "error",
|
||||
"promise/no-new-statics": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user