当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 177

guardszx / lin-ui
暂停

forked from 林间有风 / lin-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "eslint:recommended",
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true,
"jest": true
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"globals": {
"Component": true,
"Page": true,
"wx": true
},
"rules": {
"space-before-function-paren": "off",
"indent": ["error", 2],
"quotes": [
"error", "single", {
"allowTemplateLiterals": false
}
],
"semi": ["off"],
"no-console": [
"warn", {
"allow": ["info", "warn", "error"]
}
],
"no-undef": "error",
"no-useless-escape": "off",
"eqeqeq": ["error","always"]
}
}
JavaScript
1
https://gitee.com/lovesource/lin-ui.git
git@gitee.com:lovesource/lin-ui.git
lovesource
lin-ui
lin-ui
master

搜索帮助