Skip to content

Commit

Permalink
fix(javascript): replace no-new-object with no-object-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 6, 2024
1 parent 950c1cc commit d2005ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ const generateConfig = () => {
'no-nested-ternary': 'error',
'no-new': 'error',
'no-new-func': 'error',
'no-new-object': 'error',
'no-new-wrappers': 'error',
'no-object-constructor': 'error',
'no-octal-escape': 'error',
'no-param-reassign': 'error',
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
Expand Down

0 comments on commit d2005ce

Please sign in to comment.