Skip to content

Commit

Permalink
comment out plugin, phetsims/chipper#1079
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent fdcc863 commit 1c304e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = {
root: true,

// See https://www.npmjs.com/package/eslint-plugin-consistent-default-export-name
plugins: [ 'consistent-default-export-name' ],
// TODO: comment back in when we figure out webstorm integration, see https://github.com/phetsims/chipper/issues/1079
// plugins: [ 'consistent-default-export-name' ],

// The rules are organized like they are in the list at https://eslint.org/docs/rules/
// First by type, then alphabetically within type
Expand Down

0 comments on commit 1c304e3

Please sign in to comment.