Skip to content

Commit

Permalink
chore: improve linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 7, 2023
1 parent b45e219 commit 0f4c45c
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 149 deletions.
4 changes: 3 additions & 1 deletion app.vue
Expand Up @@ -14,7 +14,9 @@ useHead({
</template>

<style>
html, body , #__nuxt{
html,
body,
#__nuxt {
height: 100vh;
margin: 0;
padding: 0;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -14,21 +14,21 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.1",
"@antfu/eslint-config": "^2.4.0",
"@iconify-json/carbon": "^1.1.24",
"@iconify-json/twemoji": "^1.1.14",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.58.0",
"@unocss/nuxt": "^0.58.0",
"@vite-pwa/nuxt": "^0.3.3",
"@vueuse/nuxt": "^10.6.1",
"@vite-pwa/nuxt": "^0.3.4",
"@vueuse/nuxt": "^10.7.0",
"consola": "^3.2.3",
"eslint": "^8.55.0",
"eslint-plugin-format": "^0.0.1",
"eslint-plugin-format": "^0.1.0",
"nuxt": "^3.8.2",
"pinia": "^2.1.7",
"typescript": "^5.3.2",
"vue-tsc": "^1.8.24"
"typescript": "^5.3.3",
"vue-tsc": "^1.8.25"
}
}

0 comments on commit 0f4c45c

Please sign in to comment.