Skip to content

Commit 43f5896

Browse files
committed
remove stale eslint references and fix pnpm usage in workflow
1 parent bae5766 commit 43f5896

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# - run: rm -rf coverage
6060

61-
# - run: npm run test:integration
61+
# - run: pnpm test:integration
6262
# - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
6363
# with:
6464
# token: ${{ secrets.CODECOV_TOKEN }}

vitest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable import-x/no-default-export */
21
import tsconfigPaths from 'vite-tsconfig-paths'
32
import { coverageConfigDefaults, defineConfig } from 'vitest/config'
43

0 commit comments

Comments
 (0)