1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-12-11 00:25:45 +01:00

feat: replace no-new-object (deprecated) rule with no-object-constructor

This commit is contained in:
2023-10-18 13:04:31 +02:00
parent d8b3ef6646
commit d91b2a2538

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