fix: rules

This commit is contained in:
Anthony Fu
2021-12-06 05:40:37 +08:00
parent cc47ac65e6
commit 6373bc7ec9
2 changed files with 12 additions and 0 deletions

View File

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