getify/eslint-plugin-proper-arrows
View on GitHubCreate a wizard for picking rules config
Open
#11 opened on Mar 15, 2019
enhancementhelp wanted
Repository metrics
- Stars
- (311 stars)
- PR merge metrics
- (PR metrics pending)
Description
If you want to "train" a rules config on your existing code, a web based wizard tool could be helpful for that. You paste in code, it tells you what the maximum rules config is that would work (not throw errors) on your code.
Would just brute-force try all combinations of rules, in "decreasing" order, and print the first one that doesn't give any errors.