5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript468 forks (468 forks)user submission
help wantednew rule
Repository metrics
- Stars
- 5,022 stars (5,022 stars)
- PR merge metrics
- Avg merge 1d 16h (Avg merge 1d 16h)399 merged PRs in 30d (399 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate the referenced ESLint issue (https://github.com/eslint/eslint/issues/6572#issuecomment 229927387) to understand the flaws in the built in `prefer template` rule. Review the current `prefer template` rule implementation in ESLint's source. Then, look at existing rules in eslint plugin unicorn to understand the plugin's style and conventions. Propose the new rule's logic and provide a proof of concept implementation. The issue does not specify exact expected behavior, so scope definition is needed.
- Tech stack
- javascript
- Domain
- toolingdeveloper experience
- Issue type
- Feature
- Prerequisites
- JavaScriptESLint rule developmentunderstanding of template literal usage