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.

貢獻者指南