Skip to content

Commit

Permalink
chore(eslint): disable prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Apr 11, 2023
1 parent 2349d1b commit 2992572
Show file tree
Hide file tree
Showing 15 changed files with 244 additions and 222 deletions.
9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ THX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code
- PrimeVue with Theme: Sakai (Free Admin Template)
- Validation, PrimeVue Form elements by [formkit-primevue](https://github.com/sfxcode/formkit-primevue)
- Markdown Support (VitePages)
- TypeScript 4.9
- TypeScript 5
- UnoCSS
- SSG Support
- Eslint
Expand Down Expand Up @@ -111,7 +111,7 @@ pnpm build

## Tools

I use IntelliJ with VUE.js and Prettier plugin.
I use IntelliJ with VUE.js plugin.

## Supporters

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"@antfu/eslint-config": "^0.38.4",
"@cypress/vite-dev-server": "^5.0.5",
"@formkit/vue": "0.16.4",
"@iconify/json": "^2.2.47",
"@iconify/json": "^2.2.48",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@sfxcode/formkit-primevue": "^1.0.5",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/preset-attributify": "^0.51.2",
"@unocss/preset-icons": "^0.51.2",
"@unocss/preset-typography": "^0.51.2",
"@unocss/preset-attributify": "^0.51.4",
"@unocss/preset-icons": "^0.51.4",
"@unocss/preset-typography": "^0.51.4",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/ui": "^0.30.0",
"@vitest/ui": "^0.30.1",
"@vue/server-renderer": "^3.2.47",
"@vue/test-utils": "^2.3.2",
"@vuedx/typecheck": "~0.7.6",
Expand All @@ -39,7 +39,7 @@
"autoprefixer": "^10.4.14",
"c8": "^7.13.0",
"chart.js": "^4.2.1",
"consola": "^2.15.3",
"consola": "^3.0.1",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.9.0",
Expand All @@ -52,7 +52,7 @@
"markdown-it-prism": "^2.3.0",
"nprogress": "^0.2.0",
"pinia": "~2.0.34",
"pinia-cached-store": "^0.6.4",
"pinia-cached-store": "^0.6.6",
"pnpm": "^8.2.0",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.2",
Expand All @@ -63,18 +63,18 @@
"sass": "^1.61.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"unocss": "^0.51.2",
"unocss": "^0.51.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.19",
"vite-plugin-inspect": "^0.7.20",
"vite-plugin-vue-markdown": "^0.22.4",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-ssg": "^0.22.2",
"vitest": "^0.30.0",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2",
Expand Down
Loading

0 comments on commit 2992572

Please sign in to comment.