1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-19 01:25:53 +02: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

This commit is contained in:
Théo LUDWIG 2023-10-18 13:04:31 +02:00
parent d8b3ef6646
commit d91b2a2538
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -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",