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.
Assignment while expecting conditional expression · clutchski/coffeelint#264 | Good First Issue