Skip to content

Commit

Permalink
chore: update codeActionsOnSave setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Dec 21, 2023
1 parent ba6f2f7 commit efb1e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"eslint.experimental.useFlatConfig": true,
"editor.codeActionsOnSave": {
"source.fixAll": false,
"source.fixAll.eslint": true, // this allows ESLint to auto fix on save
"source.organizeImports": false
"source.fixAll": "never",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.formatOnSave": false,
"eslint.validate": [
Expand Down

0 comments on commit efb1e20

Please sign in to comment.