-
Notifications
You must be signed in to change notification settings - Fork 492
How to run ONLY tslint? #144
Comments
Potentially
|
You could add a "scripts": {
...
+ "lint": "tslint --exclude **/*.d.ts src/**/*.ts src/**/*.tsx",
} |
That does work, however it appears we need to update the tslint version to the latest? I am getting this error which seems to be fixed in later versions?
|
I didn't install |
Yes, that's what I mean. The version of tslint in this repo is an older one. I'm requesting that it be updated to (maybe) solve this issue. |
But I have an old Guess this is a more general issue with tslint and was fixed here: palantir/tslint@a479f43 Regenerating your installed should five you a newer tslint version (e.g. |
Excuse my offtopic but I would like just the contrary. How can I run (not build) the app without tslint? thanks |
To run lint without build, you can run the version of
|
@patrickmdnet that does work, however it causes the same error I posted above
|
Is there a way that I can run tslint directly without running the build command?
The text was updated successfully, but these errors were encountered: