Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5612'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Feb 5, 2025
2 parents 75606ab + 5b1be7a commit 4c3fb2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,10 @@ module.exports = [
"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-process-env": "error",
"no-proto": "error",
"no-script-url": "error",
"no-self-compare": "error",
Expand Down

0 comments on commit 4c3fb2c

Please sign in to comment.