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).
In
packages.jsonwe are unintentionally linting*.jsfiles, we should be linting only*.tsfiles in addition to the*.vuefiles that were written.Introduced in #54.