getify/eslint-plugin-proper-arrows

Create a wizard for picking rules config

Open

#11 aperta il 15 mar 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (14 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (311 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor