Closed Glavin001 closed 6 years ago
Fixes: https://github.com/Glavin001/tslint-clean-code/issues/30
Original comment: https://github.com/Glavin001/tslint-clean-code/issues/30#issuecomment-353804861
Based off of tslint-eslint-rules. Now using extends will only add the rulesDirectory for tslint-clean-code and not enable any of the rules or require tslint-microsoft-contrib.
tslint-eslint-rules
extends
rulesDirectory
tslint-clean-code
tslint-microsoft-contrib
Please review this @IZEDx , @jgornick , @Nimelrian.
This works as expected for me now.
Great! With @IZEDx 's approval, I am merging!
Published to v0.2.2
Fixes: https://github.com/Glavin001/tslint-clean-code/issues/30
Original comment: https://github.com/Glavin001/tslint-clean-code/issues/30#issuecomment-353804861
Based off of
tslint-eslint-rules
. Now usingextends
will only add therulesDirectory
fortslint-clean-code
and not enable any of the rules or requiretslint-microsoft-contrib
.