Skip to content

Commit

Permalink
fix: eslint plugin svelte (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Jun 12, 2024
1 parent 5b781b1 commit ae3a39d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@
"simple-git-hooks": "^2.11.1",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": "^3.0.3"
}
}
}
27 changes: 17 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions tests/eslint-plugin-svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'sveltejs/eslint-plugin-svelte',
dir: 'packages/eslint-plugin-svelte',
branch: 'main',
build: 'build',
test: 'test',
build: 'pnpm --dir packages/eslint-plugin-svelte build',
test: 'pnpm --dir packages/eslint-plugin-svelte test',
})
}

0 comments on commit ae3a39d

Please sign in to comment.