chore: lint

This commit is contained in:
Anthony Fu
2020-08-12 20:08:06 +08:00
parent 24e025c12d
commit 7dd8ffaed0
9 changed files with 71 additions and 36 deletions

View File

@@ -29,5 +29,5 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
}
},
}

View File

@@ -20,5 +20,8 @@
"@antfu/eslint-config-basic": "^0.3.0",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.9.0"
},
"devDependencies": {
"eslint": "^7.6.0"
}
}