Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(.eslintrc): update no-param-reassign rule to ignore obj refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 2, 2023
1 parent 5046fca commit 98ea62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = {
"jsdoc/check-syntax": "error",
"jsdoc/require-hyphen-before-param-description": "error",
"no-multiple-empty-lines": ["error", { max: 1 }],
"no-param-reassign": ["error", { props: false }],
"prefer-destructuring": ["error", { object: true, array: false }],
"promise/prefer-await-to-callbacks": "warn",
"promise/prefer-await-to-then": "warn",
Expand Down

0 comments on commit 98ea62b

Please sign in to comment.