Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tslint

@typescript-eslint/eslint-plugin Error: 'route' Is Defined But Never Used (no-unused-vars)

After eslint adds typescript check, there will be an error when the attribute variable in the class… Read more @typescript-eslint/eslint-plugin Error: 'route' Is Defined But Never Used (no-unused-vars)

How To Exclude A Folder From Tslint?

I like to exclude the test folder form linting with tslint in vscode. So I have placed an exclude i… Read more How To Exclude A Folder From Tslint?