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

Add fixer to `newspaper-order` rule #28

Open jaufgang opened 6 years ago

jaufgang commented 6 years ago

I would like to suggest adding auto-fixers for these rules. In particular the newspaper-order rule can be a lot of work to add to an existing project. Having an auto-fixer would make working with this rule much more feasible.

Glavin001 commented 6 years ago

Pull Requests welcome! I would love to have fixers. I am new to writing linters and unfamiliar with the best way to write a fixer. Thanks in advance!