Upgrade @nrwl/linter in nx/plugins/eslint
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 45
- Forks
- 9
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 17
Description
This is blocked as @nrwl/linter no longer exports schema, which is something we use in our custom executor. The custom executor wraps the standard one and hardcodes fix: true - maybe this is something we don't need? Or is there another way of doing it?
Either way we should be able to use @nrwl/linter 16 >
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in nx/plugins/eslint and trace the custom executor’s wrapper around the standard executor, focusing on its use of @nrwl/linter’s schema export and hardcoded fix: true behavior. Confirm the compatibility requirements for @nrwl/linter 16 and determine what behavior must remain once the package upgrade works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100