24 Star 318 Fork 67

fast-crud / fast-crud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
Greper 提交于 2023-03-17 00:48 . refactor: tabs.type
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/vue3-essential',
'@vue/typescript/recommended'
],
parserOptions: {
ecmaVersion: 2020
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
mocha: true
}
}
]
}
1
https://gitee.com/fast-crud/fast-crud.git
git@gitee.com:fast-crud/fast-crud.git
fast-crud
fast-crud
fast-crud
main

搜索帮助