chore: update eslint rule
This commit is contained in:
parent
49d60c8553
commit
ba3b2ee7df
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module.exports = {
|
||||||
"simple-import-sort/exports": "error",
|
"simple-import-sort/exports": "error",
|
||||||
"import/first": "error",
|
"import/first": "error",
|
||||||
"import/newline-after-import": "error",
|
"import/newline-after-import": "error",
|
||||||
|
"import/no-anonymous-default-export": "off",
|
||||||
"import/no-duplicates": "error",
|
"import/no-duplicates": "error",
|
||||||
|
|
||||||
// typescript stuff
|
// typescript stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue