1 Star 0 Fork 0

Kaz / sys-exp-3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kaz 提交于 2021-11-10 10:31 . init
module.exports = {
env: {
browser: true,
es2021: true
},
extends: [
'plugin:vue/essential',
'standard'
],
parserOptions: {
ecmaVersion: 10,
sourceType: 'module'
},
plugins: [
'vue'
],
rules: {
'vue/no-unused-vars': 'off',
'no-unused-vars': 'off',
'no-undef': 'off'
}
}
1
https://gitee.com/pikoyo/sys-exp-3.git
git@gitee.com:pikoyo/sys-exp-3.git
pikoyo
sys-exp-3
sys-exp-3
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891