Skip to content

Commit 65cffd2

Browse files
committed
chore: update deps
1 parent c7372bd commit 65cffd2

File tree

5 files changed

+2318
-1467
lines changed

5 files changed

+2318
-1467
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-eslint-docs",
3-
"packageManager": "pnpm@9.10.0",
3+
"packageManager": "pnpm@9.12.1",
44
"private": true,
55
"scripts": {
66
"docs:dev": "nuxi dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@9.10.0",
4+
"packageManager": "pnpm@9.12.1",
55
"version": "0.5.7",
66
"scripts": {
77
"build": "pnpm run -r build",

packages/eslint-config/src/flat/configs/vue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as parserVue from 'vue-eslint-parser'
2-
// @ts-expect-error missing types
32
import pluginVue from 'eslint-plugin-vue'
43
import type { Linter } from 'eslint'
54
import type { NuxtESLintConfigOptions } from '../types'

0 commit comments

Comments
 (0)