2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)CoffeeScript1,203 stars (1,203 stars)169 forks (169 forks)batch import
Help Wantedenhancement
Description
Feature request.
Bad:
"#{ foobar }"
Good:
"#{foobar}"
- Tech stack
- None
- Issue type
- feature
- Research direction
- 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.