bitwarden / bitwarden/passwordless-docs
Unintentionally linting `*.vue` and `*.js` files.
Open
Beginner friendly
good first issue
- Dominant language
- CSS
- Stars
- 31
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
In `packages.json` we are unintentionally linting `*.js` files, we should be linting only `*.ts` files in addition to the `*.vue` files that were written.
Introduced in [https://github.com/bitwarden/passwordless-docs/pull/54](https://github.com/bitwarden/passwordless-docs/pull/54).
Contributor guide
Research direction
Open packages.json and inspect the lint file patterns introduced by pull request 54. Confirm which patterns currently include JavaScript, then adjust the configuration so only TypeScript and Vue files are linted. Done means the lint configuration no longer targets *.js files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100