chore: use airbnb-typescript/base eslint plugin (#420)

This commit is contained in:
Amour1688
2021-04-30 18:29:48 +08:00
committed by GitHub
parent 4cb4d7fcdf
commit a7121f8553
15 changed files with 541 additions and 479 deletions

View File

@ -12,10 +12,15 @@
"esModuleInterop": true,
"removeComments": false,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"types": ["node"]
"lib": [
"esnext",
"dom"
],
"types": ["node", "jest"],
},
"include": [
"global.d.ts"
"global.d.ts",
"packages/*/src",
"packages/*/test",
]
}