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

feat: add unicorn/consistent-function-scoping

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

View File

@ -176,6 +176,7 @@
"unicorn/better-regex": "error",
"unicorn/catch-error-name": "error",
"unicorn/consistent-destructuring": "error",
"unicorn/consistent-function-scoping": "error",
"unicorn/custom-error-definition": "error",
"unicorn/error-message": "error",
"unicorn/escape-case": "error",