mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Update tslint rules
This commit is contained in:
parent
f83a686073
commit
13a2e2394e
|
|
@ -30,6 +30,8 @@
|
|||
// they look weird in `new class {...}`
|
||||
"new-parens": false,
|
||||
"no-bitwise": false,
|
||||
"no-console": false,
|
||||
"only-arrow-functions": false,
|
||||
"prefer-conditional-expression": false,
|
||||
"no-shadowed-variable": [true, {"temporalDeadZone": false}],
|
||||
"no-switch-case-fall-through": true,
|
||||
|
|
@ -52,4 +54,4 @@
|
|||
"space-before-function-paren": [true, {"anonymous": "always", "named": "never", "asyncArrow": "always"}]
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user