import-js / import-js/eslint-plugin-import
no-deprecated: check variable declarations
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] don't flag `var deprecatedName` redeclarations
- [ ] _do_ flag destructuring
- [ ] don't flag parameters
Need to filter these cases from the `Identifier` node.
Contributor guide
Research direction
Start by locating the no-deprecated rule and its handling of Identifier nodes. Check how variable redeclarations, destructuring, and parameters are represented, then verify that deprecated variable redeclarations and parameters are ignored while destructuring is flagged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100