Skip to content

Commit

Permalink
fix: lint rules + dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Oct 28, 2023
1 parent fa07bab commit efa799b
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 193 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default antfu({
yaml: true,
}, {
rules: {
'vue/component-name-in-template-casing': ['error', 'PascalCase'],
// https://github.com/antfu/eslint-config/pull/214
'node/prefer-global/process': [
'off',
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@cloudflare/workers-types": "^4.20231016.0",
"@growthbook/growthbook": "^0.29.0",
"@cloudflare/workers-types": "^4.20231025.0",
"@growthbook/growthbook": "^0.30.0",
"@libsql/client": "^0.3.6",
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.9.0",
"@paralleldrive/cuid2": "^2.2.2",
"@simplewebauthn/browser": "^8.3.1",
"@simplewebauthn/server": "^8.3.2",
"@tanstack/query-persist-client-core": "^5.0.0",
"@tanstack/query-sync-storage-persister": "^5.0.0",
"@tanstack/vue-query": "^5.0.4",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.5",
"@tanstack/query-persist-client-core": "^5.0.5",
"@tanstack/query-sync-storage-persister": "^5.0.5",
"@tanstack/vue-query": "^5.4.1",
"@ts-rest/core": "^3.30.4",
"@ts-rest/vue-query": "^3.30.4",
"@vite-pwa/assets-generator": "^0.0.10",
Expand All @@ -42,12 +42,12 @@
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"eslint": "^8.52.0",
"firebase": "^10.5.0",
"firebase": "^10.5.2",
"framework7": "^8.3.0",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.3.0",
"html5-qrcode": "^2.3.8",
"jose": "^4.15.4",
"jose": "^5.0.1",
"lint-staged": "^15.0.2",
"material-icons": "^1.13.12",
"nuxt": "^3.8.0",
Expand All @@ -56,7 +56,7 @@
"qrcode": "^1.5.3",
"simple-git": "^3.20.0",
"simple-git-hooks": "^2.9.0",
"vue-tsc": "^1.8.19",
"vue-tsc": "^1.8.22",
"vuefire": "^3.1.17",
"web-auth-library": "^1.0.3",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit efa799b

Please sign in to comment.