We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28d0ec commit 6bb7c9dCopy full SHA for 6bb7c9d
scripts/lint.ts
@@ -30,9 +30,7 @@ const oxlintVersion = getDependencyVersion('oxlint')
30
const oxfmtVersion = getDependencyVersion('oxfmt')
31
const e18eVersion = getDependencyVersion('@e18e/eslint-plugin')
32
33
-runCommand('pnpx', [
34
- `--package=@e18e/eslint-plugin@${e18eVersion}`,
35
- `--package=oxlint@${oxlintVersion}`,
36
- 'oxlint',
37
-])
+// Peers of the lint config
+runCommand('pnpm', ['i', '-g', `@e18e/eslint-plugin@${e18eVersion}`])
+runCommand('pnpx', [`--package=oxlint@${oxlintVersion}`, 'oxlint'])
38
runCommand('pnpx', [`oxfmt@${oxfmtVersion}`, '--check'])
0 commit comments