1 Star 2 Fork 0

aresn / iview-bot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
aresn 提交于 2017-11-01 16:11 . fix: translate
{
"root": true,
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
},
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"plugins": ["vue"],
"rules": {
"indent": ["error", 4, { "SwitchCase": 1 }],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"vue/jsx-uses-vars": 2,
"no-console": ["error"]
}
}
JavaScript
1
https://gitee.com/icarusion/iview-bot.git
git@gitee.com:icarusion/iview-bot.git
icarusion
iview-bot
iview-bot
master

搜索帮助