代码拉取完成,页面将自动刷新
/**
* 第一步:全局下载eslint插件
* 第二步:将如下配置,配置到setting.json文件中
*/
{
"workbench.iconTheme": "material-icon-theme",
"git.confirmSync": false,
"git.enableSmartCommit": true,
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"explorer.compactFolders": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.colorTheme": "Atom One Dark",
"editor.formatOnSave": true,
// 重新设定tabsize--start
"editor.detectIndentation": false,
"editor.tabSize": 4,
//eslint 自动修复
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
// eslint校验的文件类型
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
"css"
],
"eslint.format.enable": true,
"eslint.alwaysShowStatus": true,
"eslint.workingDirectories": [
".eslintrc.js",
{
"mode": "auto"
}
],
// 自动保存
"files.autoSave": "onFocusChange",
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.vue": "vue"
},
//以下会自动配置
"emmet.includeLanguages": {
"wxml": "html"
},
"javascript.validate.enable": false,
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。