mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-01-21 10:27:25 +01:00
feat: replace no-new-object
(deprecated) rule with no-object-constructor
All checks were successful
Lint / lint (push) Successful in 1m9s
Test / test (push) Successful in 48s
All checks were successful
Lint / lint (push) Successful in 1m9s
Test / test (push) Successful in 48s
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…
x
Reference in New Issue
Block a user