getify/eslint-plugin-proper-arrows

Create a wizard for picking rules config

开放

#11 创建于 2019年3月15日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (14 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (311 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南