Closed AviVahl closed 7 years ago
I agree
I think you may proceed
@tyv could you release a new version with this rule included?
npm version patch
npm publish
git push
git push --tags
@AviVahl we don't release patches. https://github.com/wix/tslint-wix-react/blob/master/.github/CONTRIBUTING.md
I will do, thanks!
@AviVahl published as 5.0.0
tslint 5.8.0 now has no-implicit-dependencies turned on by default. The rule verifies import statements only refer to packages that are listed as "dependencies" in package.json.
Meaning, if I:
It throws an error if react isn't listed as a dependency.
Although it sounds great at first glance, it does have issues:
I vote to turn it off in our preset for now.
Thoughts?