1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-08-06 10:18:28 +02:00

feat: add unicorn/explicit-length-check

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2023-07-18 21:43:06 +02:00
parent 244b74679a
commit eab075e291
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -180,6 +180,7 @@
"unicorn/custom-error-definition": "error",
"unicorn/error-message": "error",
"unicorn/escape-case": "error",
"unicorn/explicit-length-check": "error",
"unicorn/new-for-builtins": "error",
"unicorn/no-hex-escape": "error",
"unicorn/no-instanceof-array": "error",