getify/eslint-plugin-proper-arrows

Create a wizard for picking rules config

Open

#11 aberto em 15 de mar. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (14 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (311 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador