Skip to content

Commit d91b2a2

Browse files
committed
feat: replace no-new-object (deprecated) rule with no-object-constructor
1 parent d8b3ef6 commit d91b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
],
113113
"no-multi-str": "error",
114114
"no-new-func": "error",
115-
"no-new-object": "error",
115+
"no-object-constructor": "error",
116116
"no-octal": "error",
117117
"no-octal-escape": "error",
118118
"no-proto": "error",

0 commit comments

Comments
 (0)