Skip to content

Commit

Permalink
chore: fix lint & export node defineThemeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jun 4, 2024
1 parent 7c4f62f commit 7fe1591
Show file tree
Hide file tree
Showing 23 changed files with 6,575 additions and 3,479 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "^0.17.3",
"valaxy": "^0.18.7",
"valaxy-theme-gitlink": "link:../valaxy-theme-yun"
},
"devDependencies": {
"nodemon": "^3.0.3"
"nodemon": "^3.1.3"
}
}
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import antfu from '@antfu/eslint-config'

export default antfu()
export default antfu({
unocss: true,
})
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.15.0",
"packageManager": "pnpm@9.1.4",
"homepage": "https://valaxy.site",
"scripts": {
"build": "npm run build:demo",
Expand All @@ -14,12 +14,13 @@
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"valaxy": "^0.17.3",
"@antfu/eslint-config": "^2.20.0",
"@unocss/eslint-plugin": "^0.60.4",
"bumpp": "^9.4.1",
"eslint": "^9.4.0",
"typescript": "^5.4.5",
"valaxy": "^0.18.7",
"valaxy-theme-gitlink": "workspace:*",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.19"
}
}
Loading

0 comments on commit 7fe1591

Please sign in to comment.