File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
"devDependencies" : {
22
22
"@nuxt/eslint" : " ^1.2.0" ,
23
+ "@nuxt/schema" : " ^3.0.0" ,
23
24
"@nuxt/test-utils" : " ^3.17.2" ,
24
25
"@nuxtjs/apollo" : " 5.0.0-alpha.14" ,
25
26
"@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
28
29
"postcss" : " ^8.5.3" ,
29
30
"tailwindcss" : " ^4.0.14" ,
30
31
"vue-eslint-parser" : " ^10.1.1" ,
31
- "vue-tsc" : " ^2.2.8" ,
32
- "@nuxt/schema" : " ^3.0.0"
32
+ "vue-tsc" : " ^2.2.8"
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
- import { NuxtConfig } from "nuxt/schema" ;
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { NuxtConfig } from "nuxt/schema" ; // unclear why this is showing up as an unused-var...it seems to be used as interface down below
2
3
3
4
declare module "nuxt/schema" {
4
5
interface NuxtConfig {
You can’t perform that action at this time.
0 commit comments