Skip to content

Commit

Permalink
remove prefer-object-spread from formatting rules, phetsims/phet-info…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 7b6d614 commit 5f3c9e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eslint/format_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,6 @@ module.exports = {
// TODO: enable, semver-major when eslint 5 is dropped
'prefer-exponentiation-operator': 'off',

// Prefer use of an object spread over Object.assign
// https://eslint.org/docs/rules/prefer-object-spread
'prefer-object-spread': 'error',

// do not require jsdoc
// https://eslint.org/docs/rules/require-jsdoc
'require-jsdoc': 'off',
Expand Down

0 comments on commit 5f3c9e8

Please sign in to comment.