211 Star 2.9K Fork 768

奔跑的面条 / vue-big-screen-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/typescript/recommended'
],
parserOptions: {
ecmaVersion: 2020
},
rules: {
"@typescript-eslint/ban-ts-comment": "off",
// 解决 Require 类型报错
'@typescript-eslint/no-var-requires': 0,
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}
JavaScript
1
https://gitee.com/MTrun/vue-big-screen-plugin.git
git@gitee.com:MTrun/vue-big-screen-plugin.git
MTrun
vue-big-screen-plugin
vue-big-screen-plugin
master

搜索帮助