mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-10-21 07:35:11 +02:00
Compare commits
2 Commits
1b70b62de1
...
b2f5a136f9
Author | SHA1 | Date | |
---|---|---|---|
b2f5a136f9
|
|||
fa724b4f97
|
@@ -194,6 +194,7 @@
|
|||||||
"unicorn/consistent-assert": "error",
|
"unicorn/consistent-assert": "error",
|
||||||
"unicorn/no-accessor-recursion": "error",
|
"unicorn/no-accessor-recursion": "error",
|
||||||
"unicorn/no-array-reverse": "off",
|
"unicorn/no-array-reverse": "off",
|
||||||
|
"unicorn/no-array-sort": "off",
|
||||||
"react/no-array-index-key": "off",
|
"react/no-array-index-key": "off",
|
||||||
"react-hooks/rules-of-hooks": "error",
|
"react-hooks/rules-of-hooks": "error",
|
||||||
"react-hooks/exhaustive-deps": "error",
|
"react-hooks/exhaustive-deps": "error",
|
||||||
@@ -251,7 +252,8 @@
|
|||||||
"import-x/no-empty-named-blocks": "error",
|
"import-x/no-empty-named-blocks": "error",
|
||||||
"import-x/no-anonymous-default-export": "error",
|
"import-x/no-anonymous-default-export": "error",
|
||||||
"import-x/consistent-type-specifier-style": ["error", "prefer-top-level"],
|
"import-x/consistent-type-specifier-style": ["error", "prefer-top-level"],
|
||||||
"import-x/no-unassigned-import": "off"
|
"import-x/no-unassigned-import": "off",
|
||||||
|
"import-x/no-named-as-default-member": "off"
|
||||||
},
|
},
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user