1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

feat: add unicorn/no-accessor-recursion

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2025-05-10 20:44:46 +02:00
parent 7bbac61906
commit f45ab1dcbb
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -254,6 +254,7 @@ export default typescriptESLint.config(
"unicorn/consistent-existence-index-check": "error",
"unicorn/no-unnecessary-array-flat-depth": "error",
"unicorn/consistent-assert": "error",
"unicorn/no-accessor-recursion": "error",
"import-x/no-absolute-path": "error",
"import-x/no-webpack-loader-syntax": "error",