43 Star 446 Fork 240

闪酷 / cool-admin-midway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
挡不住的啊平 提交于 2022-03-14 14:46 . 5.x
{
"extends": "./node_modules/mwts/",
"ignorePatterns": [
"node_modules",
"dist",
"test",
"jest.config.js",
"typings",
"public/**/**",
"view/**/**"
],
"env": {
"jest": true
},
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/ban-ts-comment": "off",
"node/no-extraneous-import": "off",
"no-empty": "off",
"node/no-extraneous-require": "off",
"eqeqeq": "off",
"node/no-unsupported-features/node-builtins": "off",
"@typescript-eslint/ban-types": "off",
"no-control-regex": "off",
"prefer-const": "off"
}
}
TypeScript
1
https://gitee.com/cool-team-official/cool-admin-midway.git
git@gitee.com:cool-team-official/cool-admin-midway.git
cool-team-official
cool-admin-midway
cool-admin-midway
5.x

搜索帮助