2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)CoffeeScript1,203 star (1,203 star)169 fork (169 fork)batch import
Help Wantedenhancement
描述
Feature request.
Bad:
"#{ foobar }"
Good:
"#{foobar}"
- 技术栈
- 无
- 议题类型
- feature
- 研究方向
- Implement a new lint rule that forbids spaces inside string interpolation #{}. The rule should detect patterns like '#{ foobar }' and flag them as errors. Refer to existing rules in the coffeelint source code (e.g., in the src/rules directory) for structure and naming conventions. Check the issue comments for any additional feedback or constraints.