4 Star 0 Fork 0

Hunter968/OilGuestHouseKeeper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
BeautifulBigWhiteLegLeg 提交于 2019-07-02 14:41 . 123
{
"env": {
"es6": true,
"node": true,
"mocha": true,
"browser": true
},
"plugins": [
"html"
],
"parserOptions": {
"sourceType": "module"
},
"globals": {
"weex": true,
"Vue": true
},
"rules": {
"semi": "off",
"indent": 0,
"quotes": [ "error", "single" ],
"no-control-regex": 0,
"no-extend-native": 0,
"handle-callback-err": 0,
"camelcase": 0,
"no-return-assign": [ 2, "except-parens" ]
},
"extends": [
"vue"
],
"parser": "babel-eslint"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Hunter968/OilGuestHouseKeeper.git
git@gitee.com:Hunter968/OilGuestHouseKeeper.git
Hunter968
OilGuestHouseKeeper
OilGuestHouseKeeper
master

搜索帮助