madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
944 stars 252 forks source link

Cannot create custom tslint rules #1974

Open craigbroadman opened 8 years ago

craigbroadman commented 8 years ago

I have a tslint.json file in my solution directory and I'm trying to create a custom rule following the guidelines on https://www.npmjs.com/package/tslint

I have created a "nonImportsRule.ts", have copied the code from the link and have added "no-imports": true to my tslint.json file however the rule is not being picked up.

The guide says that a rulesDirectory needs to be specified, but I have no idea where this should be configured?

yogesh-yadav commented 8 years ago

I am facing the same issue. Have you resolved that issue ?