Skip to content

Commit

Permalink
remove format option to eslint, phetsims/chipper#1427
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Mar 22, 2024
1 parent 054f4be commit 12488a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ module.exports = {
extends: [
'plugin:react/recommended',
'../chipper/eslint/sim_eslintrc.js',
'../chipper/eslint/node_eslintrc.js',
'../chipper/eslint/format_eslintrc.js'
'../chipper/eslint/node_eslintrc.js'
],
ignorePatterns: [
'static/*'
Expand Down

0 comments on commit 12488a4

Please sign in to comment.