ファイルの保存で自動整形したい。
私の環境では以下の設定で動作しました。
setting.json:
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"vetur.validation.template": false
}
ファイルの保存で自動整形したい。
私の環境では以下の設定で動作しました。
setting.json:
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"vetur.validation.template": false
}