1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-09 00:25:53 +02:00

feat: add unicorn/prefer-number-properties

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2023-07-18 22:02:15 +02:00
parent 381f5cb9cf
commit 807c201955
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -198,7 +198,8 @@
"unicorn/prefer-node-protocol": "error", "unicorn/prefer-node-protocol": "error",
"unicorn/throw-new-error": "error", "unicorn/throw-new-error": "error",
"unicorn/no-typeof-undefined": "error", "unicorn/no-typeof-undefined": "error",
"unicorn/require-array-join-separator": "error" "unicorn/require-array-join-separator": "error",
"unicorn/prefer-number-properties": "error"
}, },
"overrides": [ "overrides": [
{ {