Knowledge of CoffeeScriptFamiliarity with linter rules
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
70
研究方向
Investigate the coffeelint source code to understand the rule structure. Look for existing rules that check expressions in conditions. Implement a new rule that warns when an assignment is used in a conditional expression. Ensure the rule is properly tested.