tslint no-use-before-declare rule requires type checking
When tslint is enabled and rule 'no-use-before'declare' is in tslint.json webstorm shows a warning at the top of the screen 'no-use-before-declare rule requires type checking'. When running tslint in cli param --type-check is used to suppress that warning.
Is there a way to specify cli tslint params in webstorm?
Thank you
Please sign in to leave a comment.
Type checking will be supported in 2017.2 - see https://youtrack.jetbrains.com/issue/WEB-22778#comment=27-2218865
ok thanks!