Skip to content

Commit

Permalink
[rome] Re-enable js/noArguments globally by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 11, 2022
1 parent 93b03dc commit 95e4e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions rome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"useTemplate": "off",
"useSimplifiedLogicExpression": "off",
"useSingleVarDeclarator": "off",
"useBlockStatements": "off",
"noArguments": "off"
"useBlockStatements": "off"
},
"ts": {
"recommended": true,
Expand Down
2 changes: 2 additions & 0 deletions src/cubing/vendor/min2phase/3x3x3-min2phase.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ function defineClass(typeId, superTypeId, castableTypeMap) {
_.constructor = _;
!superTypeId && (_.typeMarker$ = typeMarkerFn);
}
// rome-ignore lint(js/noArguments): Legacy code
for (var i = 3; i < arguments.length; ++i) {
// rome-ignore lint(js/noArguments): Legacy code
arguments[i].prototype = _;
}
clazz && (_.___clazz$ = clazz);
Expand Down

0 comments on commit 95e4e11

Please sign in to comment.