feat: update ts rules

This commit is contained in:
Anthony Fu
2022-01-07 03:23:12 +08:00
parent e6ffa98249
commit 13c90b5150
10 changed files with 221 additions and 445 deletions

View File

@@ -132,7 +132,6 @@ module.exports = {
'no-restricted-syntax': [
'error',
'DebuggerStatement',
'ForInStatement',
'LabeledStatement',
'WithStatement',
],