10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.stylelint": "explicit"
|
|
}
|
|
}
|