You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for developing this plugin. Unfortunately I can't understand from the readme how to use it.
I have an existing Typescript project which is already using tslint and I want to add this check.
I tried npm install --save-dev https://github.com/bet365/override-linting-rule on that project, which installed it and added it to the package.json of my project.
But when I run tslint, it doesn't automatically use the rule. How do I get tslint to know about and use the installed override-linting-rule that is under my node_modules folder of my project.
I'd rather not install it globally, I have Typescript and tslint as dev dependencies of this specific project, and would like to be able to use your rule just in the context of that project folder.
I also tried adding node_modules/override-linting-rule and/or node_modules/override-linting-rule/src to the rulesDirectory mentioned in my tslint.json file, but then just got errors that there were no rules in that directory.
The text was updated successfully, but these errors were encountered:
Hello, thanks for developing this plugin. Unfortunately I can't understand from the readme how to use it.
I have an existing Typescript project which is already using tslint and I want to add this check.
I tried
npm install --save-dev https://github.com/bet365/override-linting-rule
on that project, which installed it and added it to the package.json of my project.But when I run tslint, it doesn't automatically use the rule. How do I get tslint to know about and use the installed
override-linting-rule
that is under mynode_modules
folder of my project.I'd rather not install it globally, I have Typescript and tslint as dev dependencies of this specific project, and would like to be able to use your rule just in the context of that project folder.
I also tried adding
node_modules/override-linting-rule
and/ornode_modules/override-linting-rule/src
to therulesDirectory
mentioned in mytslint.json
file, but then just got errors that there were no rules in that directory.The text was updated successfully, but these errors were encountered: