eslint-plugin-proper-arrows icon indicating copy to clipboard operation
eslint-plugin-proper-arrows copied to clipboard

Create a wizard for picking rules config

Open getify opened this issue 6 years ago • 0 comments

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.

getify avatar Mar 15 '19 19:03 getify