File tree 4 files changed +2799
-3866
lines changed
4 files changed +2799
-3866
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " functions" ,
3
+ "private" : true ,
3
4
"description" : " Cloud Functions for Firebase" ,
4
5
"scripts" : {
5
6
"serve" : " firebase emulators:start --only functions" ,
15
16
"dependencies" : {
16
17
"firebase-admin" : " ^13.0.0" ,
17
18
"firebase-functions" : " ^6.0.1"
18
- },
19
- "devDependencies" : {
20
- "firebase-functions-test" : " ^3.1.0"
21
- },
22
- "private" : true
19
+ }
23
20
}
Original file line number Diff line number Diff line change
1
+ // @ts -check
2
+ import { createConfigForNuxt } from '@nuxt/eslint-config/flat'
3
+
4
+ // Run `npx @eslint/config-inspector` to inspect the resolved config interactively
5
+ export default createConfigForNuxt ( {
6
+ features : {
7
+ // Rules for module authors
8
+ tooling : true ,
9
+ // Rules for formatting
10
+ stylistic : true ,
11
+ } ,
12
+ dirs : {
13
+ src : [ './playground' ] ,
14
+ } ,
15
+ } ) . append ( {
16
+ rules : {
17
+ '@typescript-eslint/no-explicit-any' : 'off' ,
18
+ } ,
19
+ } )
Original file line number Diff line number Diff line change 37
37
"dev:build" : " nuxi build playground"
38
38
},
39
39
"dependencies" : {
40
- "@nuxt/kit" : " ^3.12.4 " ,
40
+ "@nuxt/kit" : " ^3.14.1592 " ,
41
41
"@posva/lru-cache" : " ^10.0.1" ,
42
42
"lodash-es" : " ^4.17.21" ,
43
43
"strip-json-comments" : " ^5.0.1"
62
62
},
63
63
"devDependencies" : {
64
64
"@firebase/app-types" : " ^0.9.3" ,
65
- "@nuxt/eslint-config" : " ^0.5.0 " ,
66
- "@nuxt/module-builder" : " ^0.8.3 " ,
67
- "@nuxt/schema" : " ^3.12.4 " ,
68
- "@nuxt/test-utils" : " ^3.14 .1" ,
65
+ "@nuxt/eslint-config" : " ^0.7.3 " ,
66
+ "@nuxt/module-builder" : " ^0.8.4 " ,
67
+ "@nuxt/schema" : " ^3.14.1592 " ,
68
+ "@nuxt/test-utils" : " ^3.15 .1" ,
69
69
"@types/lodash-es" : " ^4.17.12" ,
70
- "eslint" : " ^8.56 .0" ,
70
+ "eslint" : " ^9.17 .0" ,
71
71
"firebase" : " ^11.1.0" ,
72
72
"firebase-admin" : " ^13.0.1" ,
73
73
"firebase-functions" : " ^6.1.2" ,
74
- "nuxt" : " ^3.12.4 " ,
74
+ "nuxt" : " ^3.14.1592 " ,
75
75
"vuefire" : " workspace:*"
76
76
}
77
77
}
You can’t perform that action at this time.
0 commit comments