feat: overhaul

This commit is contained in:
Anthony Fu
2021-03-15 01:53:40 +08:00
parent 072c61bfa6
commit d11174c6dd
7 changed files with 169 additions and 54 deletions

View File

@@ -1,8 +1,4 @@
module.exports = {
plugins: [
'@typescript-eslint',
],
parser: '@typescript-eslint/parser',
extends: [
'@antfu/eslint-config-basic',
'plugin:@typescript-eslint/recommended',
@@ -20,7 +16,6 @@ module.exports = {
'no-redeclare': 'off',
'@typescript-eslint/no-redeclare': 'error',
// off
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',