1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

fix: update .oxlintrc.json

This commit is contained in:
2025-09-11 21:06:08 +02:00
parent 23bb31949d
commit 5817503919

View File

@@ -192,6 +192,7 @@
"unicorn/no-unnecessary-array-flat-depth": "error", "unicorn/no-unnecessary-array-flat-depth": "error",
"unicorn/consistent-assert": "error", "unicorn/consistent-assert": "error",
"unicorn/no-accessor-recursion": "error", "unicorn/no-accessor-recursion": "error",
"unicorn/no-array-reverse": "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",