Skip to content

Commit 3c84673

Browse files
committed
chore: update vscode setting
1 parent b43c289 commit 3c84673

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/cloud_provider/production_react_netlify/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"editor.formatOnSave": true,
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true,
6-
"source.organizeImports": true
5+
"source.fixAll.eslint": "explicit",
6+
"source.organizeImports": "explicit"
77
},
88
"dotenv.enableAutocloaking": false,
99
"jest.autoRun": {

examples/cloud_provider/production_react_vercel/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"editor.formatOnSave": true,
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true,
6-
"source.organizeImports": true
5+
"source.fixAll.eslint": "explicit",
6+
"source.organizeImports": "explicit"
77
},
88
"dotenv.enableAutocloaking": false,
99
"jest.autoRun": {

examples/production_react/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"editor.formatOnSave": true,
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true,
6-
"source.organizeImports": true
5+
"source.fixAll.eslint": "explicit",
6+
"source.organizeImports": "explicit"
77
},
88
"dotenv.enableAutocloaking": false,
99
"jest.autoRun": {

template_content/{% if ide_vscode %}.vscode{% endif %}/settings.json.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{% if use_eslint_prettier -%}
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"editor.codeActionsOnSave": {
6-
"source.fixAll.eslint": true,
7-
"source.organizeImports": true
6+
"source.fixAll.eslint": "explicit",
7+
"source.organizeImports": "explicit"
88
},
99
{%- endif %}
1010
"dotenv.enableAutocloaking": false,

0 commit comments

Comments
 (0)