1 Star 0 Fork 100

xiejian / fes.js

forked from WeBank / fes.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
bac-joker 提交于 2020-08-27 17:18 . clear commit
module.exports = {
extends: [
'@webank/eslint-config-webank/vue',
],
globals: {
// 这里填入你的项目需要的全局变量
// 这里值为 false 表示这个全局变量不允许被重新赋值,比如:
//
// Vue: false
},
rules: {
'no-plusplus': 'off',
'no-bitwise': 'off',
'vue/comment-directive': 'off',
'no-param-reassign': 'off',
'func-names': 'off',
'class-methods-use-this': 'off'
}
};
JavaScript
1
https://gitee.com/xiejian601/fes.js.git
git@gitee.com:xiejian601/fes.js.git
xiejian601
fes.js
fes.js
master

搜索帮助