Glavin001 / tslint-clean-code

TSLint rules for enforcing Clean Code
https://www.npmjs.com/package/tslint-clean-code
MIT License
169 stars 15 forks source link

Fix #30. Remove rules and tslint-microsoft-contrib from extendable tslint config #34

Closed Glavin001 closed 6 years ago

Glavin001 commented 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.

Glavin001 commented 6 years ago

Please review this @IZEDx , @jgornick , @Nimelrian.

IZEDx commented 6 years ago

This works as expected for me now.

Glavin001 commented 6 years ago

Great! With @IZEDx 's approval, I am merging!

Glavin001 commented 6 years ago

Published to v0.2.2