1 Star 0 Fork 72

SeanMurphy/vue-ele-form

forked from 张超杰/vue-ele-form 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
张超杰 提交于 2020-02-27 22:29 . feat: prop给默认值
{
// 函数前面插入空格
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
// 对象不加空格
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
// 单引号
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"javascript.format.semicolons": "remove",
"typescript.format.semicolons": "remove",
// 换行
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 100,
"wrapAttributes": true,
"sortAttributes": true
},
"prettier": {
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true
}
},
// prettier 单引号
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
// 不加分号
"prettier.semi": false,
// 对象不加空格
"eslint.autoFixOnSave": false,
// eslint检测的文件类型
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
{
"language": "vue",
"autoFix": true
}
],
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.ts": "prettier-tslint",
// 格式化
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/seanmurphy-personal/vue-ele-form.git
git@gitee.com:seanmurphy-personal/vue-ele-form.git
seanmurphy-personal
vue-ele-form
vue-ele-form
master

搜索帮助