Skip to content

Commit 9a2fd20

Browse files
committed
feat: add cspell configuration
1 parent 5580bc9 commit 9a2fd20

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cspell.json

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

0 commit comments

Comments
 (0)