Skip to content

Commit

Permalink
Update .vscode/settings.json due to automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Jan 19, 2024
1 parent 6971e7c commit 8b419a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

// Auto-fix JS files with ESLint using amphtml's custom settings. Needs
// https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"[js]": {"editor.formatOnSave": false},

// Auto-fix non-JS files with Prettier using amphtml's custom settings. Needs
Expand Down

0 comments on commit 8b419a1

Please sign in to comment.