mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add unicorn/no-new-array
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
2fd4edbf5b
commit
d59b088bff
@ -190,6 +190,7 @@
|
||||
"unicorn/no-empty-file": "error",
|
||||
"unicorn/no-hex-escape": "error",
|
||||
"unicorn/no-instanceof-array": "error",
|
||||
"unicorn/no-new-array": "error",
|
||||
"unicorn/no-this-assignment": "error",
|
||||
"unicorn/no-zero-fractions": "error",
|
||||
"unicorn/prefer-node-protocol": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user