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

feat: add unicorn/consistent-existence-index-check

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2025-02-23 00:02:40 +01:00
parent 20f48f93aa
commit 029a8d1757
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -251,6 +251,7 @@ export default typescriptESLint.config(
"unicorn/prefer-modern-math-apis": "error",
"unicorn/prefer-structured-clone": "error",
"unicorn/template-indent": "error",
"unicorn/consistent-existence-index-check": "error",
"import-x/no-absolute-path": "error",
"import-x/no-webpack-loader-syntax": "error",