Skip to content

Commit f9a16e4

Browse files
committed
docs: add cspell config
1 parent 071e3f4 commit f9a16e4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

cspell.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3+
"version": "0.2",
4+
"dictionaryDefinitions": [
5+
{
6+
"name": "project-words",
7+
"path": "./project-words.txt",
8+
"addWords": true
9+
}
10+
],
11+
"dictionaries": ["project-words"],
12+
"ignorePaths": ["target", "/project-words.txt"]
13+
}

project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lintfix

0 commit comments

Comments
 (0)