VsCode开启自动格式化
VsCode开启自动格式化
安装插件
设置settings.json
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
-------------已经触及底线 感谢您的阅读-------------
VsCode开启自动格式化
安装插件
设置settings.json
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}