Skip to content

Commit b00cfed

Browse files
committed
refactor: ♻️ move spell
1 parent 92833c4 commit b00cfed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.vscode/settings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2+
"css.validate": false,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": true
5+
},
26
"git.enableSmartCommit": true,
37
"git.postCommitCommand": "sync",
48
"cSpell.words": [
59
"adamwathan",
10+
"allowtransparency",
611
"atrule",
712
"Cahllagerfeld",
813
"daisyui",
@@ -25,9 +30,5 @@
2530
"vite",
2631
"zencastr",
2732
"Zrzbx"
28-
],
29-
"css.validate": false,
30-
"editor.codeActionsOnSave": {
31-
"source.organizeImports": true
32-
}
33+
]
3334
}

0 commit comments

Comments
 (0)