Skip to content

Commit 49b5f31

Browse files
fix: lint
1 parent d01157f commit 49b5f31

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,14 @@
8484
"unplugin-vue-macros": "^2.4.14",
8585
"vite": "^4.4.9",
8686
"vite-plugin-dts": "^2.3.0",
87-
"vitest": "^0.34.3", "vue": "^3.3.4"
87+
"vitest": "^0.34.3",
88+
"vue": "^3.3.4"
8889
},
8990
"publishConfig": {
9091
"access": "public"
9192
},
9293
"resolutions": {
93-
"vue": "^3.3.4",
94-
"v-plausible": "link:."
94+
"v-plausible": "link:.",
95+
"vue": "^3.3.4"
9596
}
9697
}

tests/nuxt/purging.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ describe('module', async () => {
99
})
1010

1111
it('should purge classes', async () => {
12-
const ctx = useTestContext()
12+
const _ctx = useTestContext()
1313
})
1414
})

0 commit comments

Comments
 (0)