1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-10-21 07:35:11 +02:00

Compare commits

...

2 Commits

View File

@@ -194,6 +194,7 @@
"unicorn/consistent-assert": "error",
"unicorn/no-accessor-recursion": "error",
"unicorn/no-array-reverse": "off",
"unicorn/no-array-sort": "off",
"react/no-array-index-key": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error",
@@ -251,7 +252,8 @@
"import-x/no-empty-named-blocks": "error",
"import-x/no-anonymous-default-export": "error",
"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": [
{