Skip to content

Commit fdbcb7d

Browse files
committed
chore: fix lint
1 parent f9d1f45 commit fdbcb7d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
strategy:
3535
matrix:
3636
node: [18.x]
37-
os: [
38-
ubuntu-latest,
37+
os:
38+
- ubuntu-latest
3939
# windows-latest, TODO: hash-sum result different with linux
40-
macos-latest
41-
]
40+
- macos-latest
41+
4242
fail-fast: false
4343

4444
steps:

packages/macros/src/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
detectVueVersion,
32
REGEX_NODE_MODULES,
43
REGEX_SETUP_SFC,
54
REGEX_SRC_FILE,

packages/macros/tests/fixtures.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const globs =
2727
})
2828

2929
describe('fixtures', async () => {
30-
const zmj = './fixtures/**/*.tsx'
3130
await testFixtures(
3231
globs,
3332
(args, id, code) =>

0 commit comments

Comments
 (0)