We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2ca94 commit 5b42cdeCopy full SHA for 5b42cde
src/configs/base.ts
@@ -73,8 +73,8 @@ export const base = merge(js.configs.recommended, {
73
"no-loop-func": 2,
74
"no-multi-str": 2,
75
"no-new-func": 2,
76
- "no-new-object": 2,
77
"no-new-wrappers": 2,
+ "no-object-constructor": 2,
78
"no-octal-escape": 2,
79
// want to warn only props...
80
// "no-param-reassign": [2, {"props": true}],
0 commit comments