mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add unicorn/prefer-number-properties
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
381f5cb9cf
commit
807c201955
@ -198,7 +198,8 @@
|
||||
"unicorn/prefer-node-protocol": "error",
|
||||
"unicorn/throw-new-error": "error",
|
||||
"unicorn/no-typeof-undefined": "error",
|
||||
"unicorn/require-array-join-separator": "error"
|
||||
"unicorn/require-array-join-separator": "error",
|
||||
"unicorn/prefer-number-properties": "error"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user