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.