chore: update eslint

pull/2930/head^2
tanjinzhou 2020-09-30 18:17:04 +08:00
parent f8334fc42a
commit 5526e19349
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
"rules": {
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/explicit-module-boundary-types": 0
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/no-empty-function": 0
}
}
],