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.