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

chore: update code action on save

parent 1f2829df
No related branches found
No related tags found
1 merge request!141Release 2024-02-29
Pipeline #90131 passed
......@@ -27,9 +27,9 @@
"editor.formatOnSave": true,
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"peacock.color": "#2aa63d",
......
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