1 Star 0 Fork 4

归园田居 / 棋地方跨平台游戏完整源码200+子游戏app+h5开源牌源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
aihua 提交于 2023-12-05 22:06 . 首次add
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
sourceType: 'module'
},
env: {
browser: true,
node: true,
es6: true,
},
extends: [
'eslint:recommended',
'plugin:vue/recommended'
],
// required to lint *.vue files
plugins: [
'html'
],
// check if imports actually resolve
'settings': {
'import/resolver': {
'webpack': {
'config': 'build/webpack.base.conf.js'
}
}
},
// add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue
'rules': {
'no-console': 'off',
'no-control-regex': 'off',
}
}
1
https://gitee.com/xunzhao/youxiyuanma.git
git@gitee.com:xunzhao/youxiyuanma.git
xunzhao
youxiyuanma
棋地方跨平台游戏完整源码200+子游戏app+h5开源牌源码
master

搜索帮助