Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 6, 2024
1 parent 9dda7c2 commit 8217f8f
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 188 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"@iconify-json/twemoji": "^1.1.15",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.58.4",
"@unocss/nuxt": "^0.58.4",
"@unocss/eslint-config": "^0.58.5",
"@unocss/nuxt": "^0.58.5",
"@vite-pwa/nuxt": "^0.4.0",
"@vueuse/nuxt": "^10.7.2",
"@yunlefun/utils": "0.1.2-beta.4",
"consola": "^3.2.3",
"copy-image-clipboard": "^2.1.2",
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
"eslint-plugin-format": "^0.1.0",
"eslint": "npm:eslint-ts-patch@^8.56.0-0",

Check failure on line 40 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'eslint' should be before 'eslint-plugin-format'
"eslint-ts-patch": "^8.56.0-0",
"html-to-image": "^1.11.11",
"nuxt": "^3.10.0",
"nuxt": "^3.10.1",
"nuxt-module-eslint-config": "^0.1.0",
"pinia": "^2.1.7",
"radix-vue": "^1.4.0",
"radix-vue": "^1.4.1",
"sass": "^1.70.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"consola": "^3.2.3",
"dotenv": "^16.4.1",
"openai": "^4.26.0"
"openai": "^4.26.1"
}
}
Loading

0 comments on commit 8217f8f

Please sign in to comment.