59 Star 185 Fork 42

北京颖杰联创科技有限公司 / h-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
辉哥 提交于 2017-11-16 15:04 . update
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"node": true,
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
]
}
};
CSS
1
https://gitee.com/yingjienet/h-ui.git
git@gitee.com:yingjienet/h-ui.git
yingjienet
h-ui
h-ui
master

搜索帮助