chore: update

This commit is contained in:
Anthony Fu
2020-06-04 12:49:19 +08:00
parent 214c0be029
commit ca6b89bd88
4 changed files with 1378 additions and 930 deletions

View File

@@ -22,5 +22,10 @@ module.exports = {
'@typescript-eslint/no-parameter-properties': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
}
}