-
Notifications
You must be signed in to change notification settings - Fork 198
Add tslint.json to npm release #190
Comments
Do you want the file recommended_ruleset.js (which is a .js file?) |
The tslint.json. It is included in the normal release tags but not the release tags for npm. |
I can put this in the deployment, but what do you want it for? It is just some rules that we use internally on the project and it is not how we recommend other projects be configured. It seems like what you actually want is recommended_ruleset.js. |
Then maybe it would be better to convert it to recommened_ruleset.json for the npm release. |
I think this is the file you want: https://github.com/Microsoft/tslint-microsoft-contrib/blob/master/recommended_ruleset.js |
Here is the link to the recommended_ruleset.js |
There are some tools that will see tslint.json and by default use that... so perhaps there is value in renaming the thing to tslint.json. |
It would be really helpfully if the recommended tslint.json would be added to the npm release so build scripts could directly reference the tslint.json of the release instead of having to merge the actual version from github everytime to a local copy.
The text was updated successfully, but these errors were encountered: