1 Star 0 Fork 0

lolxy/lolxyUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
lolxy 提交于 2019-06-25 11:44 . 自己封装UI组件初始化项目
module.exports = {
root: true,
env: {
node: true
},
extends: ["plugin:vue/essential", "@vue/prettier"],
rules: {
"no-console": "off",
"no-debugger": "off",
"no-new": ["off"],
"prettier/prettier": [
"error",
{
tabWidth: 2,
printWidth: 120,
useTabs: false,
semi: false,
singleQuote: true,
trailingCooma: "none",
jsxBracketSameLine: false
}
],
"vue/html-closing-bracket-newline": "off",
"vue/multiline-html-element-content-newline": "off"
},
parserOptions: {
parser: "babel-eslint"
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lolxy/lolxyUI.git
git@gitee.com:lolxy/lolxyUI.git
lolxy
lolxyUI
lolxyUI
master

搜索帮助