2 Star 15 Fork 6

CPC1994 / koa2-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
// eslint-disable-next-line no-undef
module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
ignorePatterns:[
"/src/utils/AntiUtil.ts"
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
rules: {
"@typescript-eslint/no-unused-vars":0,
"@typescript-eslint/no-explicit-any":0,
"@typescript-eslint/ban-ts-comment":0,
"@typescript-eslint/no-var-requires":0
},
};
NodeJS
1
https://gitee.com/CPC1994/koa2-typescript.git
git@gitee.com:CPC1994/koa2-typescript.git
CPC1994
koa2-typescript
koa2-typescript
master

搜索帮助