Skip to content

Commit c35310d

Browse files
committed
docs: remove spacing
1 parent 697b9b7 commit c35310d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.vscode/settings.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"typescript.tsc.autoDetect": "off",
33
"editor.formatOnSave": true,
4-
"eslint.useFlatConfig": true,
5-
"cSpell.words": [
6-
"unocss",
7-
"vuetify"
8-
]
4+
"eslint.useFlatConfig": true
95
}

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,9 @@ Starting from v0.1.0, you can filter integration types (modules/layers) from the
234234
### Install & Configure UI Libraries, CSS frameworks, and Linters
235235

236236
- UI Frameworks: [Vuetify](https://nuxt.com/modules/vuetify-nuxt-module).
237-
238237
- CSS Frameworks: [Tailwind CSS](https://tailwindcss.nuxtjs.org) and [UnoCSS](https://unocss.dev/integrations/nuxt).
239-
240238
- Linters: [`Eslint`](https://eslint.nuxt.com) and [`stylelint`](https://nuxt.com/modules/stylelint).
241239

242-
243240
And more coming soon.
244241

245242
<br>

0 commit comments

Comments
 (0)