Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Mar 11, 2024
1 parent 04908a1 commit a326be9
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 9 deletions.
2 changes: 1 addition & 1 deletion error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div prose ma>
<h2>Ooops!</h2>
<p>It looks like this page doesn't exist.</p>
<Back />
<Back />

Check warning on line 6 in error.vue

View workflow job for this annotation

GitHub Actions / lint

Multiple spaces found before '/>'
</div>
</NuxtLayout>
</template>
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,22 @@
"eslint": "^8.57.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"nuxt": "3.10.3",
"octokit": "^3.1.2",
"postcss-import": "^16.0.1",
"postcss-url": "^10.1.3",
"sass": "^1.71.1",
"simple-git-hooks": "^2.10.0",
"typescript": "5.3.3",
"unocss-preset-useful": "^0.4.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --cache --fix"
]
}
}
182 changes: 174 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a326be9

Please sign in to comment.