mason-org / mason-org/mason.nvim
[New package]: Eslint
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 10.5k
- Forks
- 338
- PR merge metrics
- No merged PRs in 30d
Description
### I've searched open & closed issues for similar requests
Yes
### Package name
eslint
### Package homepage
https://eslint.org/
### Languages
typescript, javascript
### How is this package distributed?
npm
---
Although there is `eslint_d` available via Mason, `eslint` itself is not. For `null-ls`, this does not make a difference, since eslint_d can fully replace eslint here.
But the eslint-lsp does require eslint on the system and does not work with eslint_d. So right now, you can install the eslint-lsp via mason, but still have to install eslint itself outside of mason.
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
No files or tests are named. Start by reviewing how Mason packages eslint_d and eslint-lsp, then compare the eslint package's npm distribution and installation requirements. Done means eslint can be installed through Mason and works for the eslint-lsp use case described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, javascript, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100