Skip to content
Snippets Groups Projects
Commit 3a95b442 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: update code action on save

parent 96e45463
No related branches found
No related tags found
1 merge request!783V3.0.0
......@@ -2,8 +2,8 @@
"eslint.enable": true,
"javascript.format.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment