-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Description
We should lint TypeScript files and try to approximate to match our ESLint configuration as close as possible.
TSLint rules we want:
no-namespace
: enforce usage of ES Modules / disallow deprecated behaviorno-duplicate-super
: prevent runtime errorno-duplicate-switch-case
no-duplicate-variable
: prevent redeclare ofvar
no-invalid-template-strings
no-invalid-this
triple-equals
use-isnan
- react hooks plugin
- match eslint config closely
- restrictedGlobals
maybe:
Vinnl, gps035, AndresRodH, cloudlena, sampsonjoliver and 57 morestunaz, alexandrudanpop, alandrei and pooya121