-
Notifications
You must be signed in to change notification settings - Fork 102
Handle tslint-eslint-rules properly #342
Copy link
Copy link
Open
Labels
area: missing converterA rule converter should exist but doesn't yet.A rule converter should exist but doesn't yet.good first issueGood for newcomers, please hop on! 🙌Good for newcomers, please hop on! 🙌status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏
Metadata
Metadata
Assignees
Labels
area: missing converterA rule converter should exist but doesn't yet.A rule converter should exist but doesn't yet.good first issueGood for newcomers, please hop on! 🙌Good for newcomers, please hop on! 🙌status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏
Type
Fields
Give feedbackNo fields configured for issues without a type.
🚀 Feature Request
Handle tslint-eslint-rules when converting to directly put them in the
rulesof the config.Existing Behavior
It puts valid
eslintrules into@typescript-eslint/tslint/configChange Proposal
Handle already valid
eslintrules added (base on the rule's name) withtslint-eslint-rulesand just transfer them directly into therulesof.eslintrc.js