Skip to content

Commit

Permalink
Fix extension name trimming to support dashed names (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Sep 27, 2024
1 parent ea34be1 commit 38c1491
Show file tree
Hide file tree
Showing 7 changed files with 1,019 additions and 31 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ jobs:
node-version-file: package.json
- run: npm ci
- run: npm run build

Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm run unit
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import antfu from '@antfu/eslint-config';

export default antfu({
svelte: true,
test: false,
stylistic: {
indent: 'tab',
semi: true,
Expand Down
Loading

0 comments on commit 38c1491

Please sign in to comment.