File tree 4 files changed +190
-548
lines changed
4 files changed +190
-548
lines changed Original file line number Diff line number Diff line change
1
+ playground
1
2
dist
2
3
node_modules
3
4
typed-router.d.ts
Original file line number Diff line number Diff line change 1
1
{
2
+ "root": true,
2
3
"extends": [
3
- "@nuxtjs /eslint-config-typescript "
4
+ "@nuxt /eslint-config"
4
5
],
5
6
"rules": {
6
7
// TS already checks this
26
27
"functions": "only-multiline"
27
28
}
28
29
],
29
- "vue/require-v-for-key": "off",
30
+ "vue/require-v-for-key": "off"
30
31
}
31
32
}
Original file line number Diff line number Diff line change 30
30
"funding" : " https://github.com/sponsors/posva" ,
31
31
"scripts" : {
32
32
"build" : " nuxt-module-build build" ,
33
- "lint" : " eslint --ext .ts --ignore-path .gitignore src" ,
33
+ "lint" : " eslint src" ,
34
34
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1" ,
35
35
"dev" : " nuxi dev playground" ,
36
36
"dev:build" : " nuxi build playground" ,
61
61
},
62
62
"devDependencies" : {
63
63
"@firebase/app-types" : " ^0.9.0" ,
64
+ "@nuxt/eslint-config" : " ^0.2.0" ,
64
65
"@nuxt/module-builder" : " ^0.5.4" ,
65
66
"@nuxt/schema" : " ^3.8.2" ,
66
- "@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
67
67
"eslint" : " ^8.55.0" ,
68
68
"firebase" : " ^10.7.0" ,
69
69
"firebase-admin" : " ^11.11.1" ,
You can’t perform that action at this time.
0 commit comments