Skip to content

Commit 07e3e2f

Browse files
committed
feat: add cspell configuration
1 parent 5580bc9 commit 07e3e2f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

cspell.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.2",
3+
"ignorePaths": [],
4+
"dictionaryDefinitions": [],
5+
"dictionaries": [],
6+
"words": [
7+
"biscuitman",
8+
"uncategorized"
9+
],
10+
"ignoreWords": [
11+
"withcss"
12+
],
13+
"import": []
14+
}

0 commit comments

Comments
 (0)