File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
production_react_netlify/.vscode
production_react_vercel/.vscode
template_content/{% if ide_vscode %}.vscode{% endif %} Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments