mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: replace no-new-object
(deprecated) rule with no-object-constructor
This commit is contained in:
parent
d8b3ef6646
commit
d91b2a2538
@ -112,7 +112,7 @@
|
||||
],
|
||||
"no-multi-str": "error",
|
||||
"no-new-func": "error",
|
||||
"no-new-object": "error",
|
||||
"no-object-constructor": "error",
|
||||
"no-octal": "error",
|
||||
"no-octal-escape": "error",
|
||||
"no-proto": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user