1 comment (1 comment)1 reaction (1 reaction)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
- The proposal requires implementing a new ESLint rule. First, understand how to obtain type information via the typescript eslint project (see issue #542). Then, design the rule logic to detect usage of stream.Readable#pipe and suggest using stream.pipeline. Look at existing rules in the eslint plugin unicorn rules directory for style guidance. No linked PRs or assignees.
- Tech stack
- javascriptnodejs
- Domain
- developer experiencetooling
- Issue type
- Feature
- Prerequisites
- Node.js streamsESLint custom rulesTypeScript (optional)