1 Star 19 Fork 4

bin/bin-ui-next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
bin 提交于 2023-08-30 21:56 +08:00 . 完成1.4.0版本修改
module.exports = {
root: true,
env: {
browser: true,
es6: true,
node: true,
},
globals: {
defineEmits: 'readonly',
defineProps: 'readonly',
defineExpose: 'readonly',
defineOptions: 'readonly',
},
extends: ['eslint:recommended', 'plugin:vue/vue3-essential'],
parserOptions: {
parser: '@babel/eslint-parser',
},
rules: {
'no-unused-vars': 'warn',
'no-var': 'error',
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'space-before-function-paren': 'off',
'template-curly-spacing': 'off',
'comma-dangle': 'off',
eqeqeq: ['error', 'always'],
indent: 'off',
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangbin3162/bin-ui-next.git
git@gitee.com:wangbin3162/bin-ui-next.git
wangbin3162
bin-ui-next
bin-ui-next
master

搜索帮助