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 58657b6 commit 85723a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ide/vscode/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"ignorePath": "ABSOLUTE_USER_PATH/phetsims/chipper/eslint/.eslintignore",
"resolvePluginsRelativeTo": "ABSOLUTE_USER_PATH/phetsims/chipper/",
"rulePaths": [ "ABSOLUTE_USER_PATH/phetsims/chipper/eslint/rules" ],
"extensions": [ ".js", ".ts" ],
"baseConfig": {
"extends": [ "ABSOLUTE_USER_PATH/phetsims/chipper/eslint/format_eslintrc.js" ]
}
"extensions": [ ".js", ".ts" ]
},
"eslint.workingDirectories": [ { "mode": "auto" } ]
}
Expand Down

0 comments on commit 85723a9

Please sign in to comment.