Skip to content

Commit e6a1bdb

Browse files
committed
fix
1 parent 73bc25d commit e6a1bdb

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.cspell.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
22
"version": "0.2",
3-
"words": [
4-
"fediverse",
5-
"Merbivore"
6-
],
3+
"words": ["dbaeumer", "fediverse", "Merbivore"],
74
"allowCompoundWords": true,
85
"language": "en,en-US",
9-
"ignorePaths": [
10-
"*.css",
11-
".cspell.json",
12-
"*.min.*"
13-
],
6+
"ignorePaths": ["*.css", ".cspell.json", "*.min.*"],
147
"useGitignore": true
158
}

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.html
22
*.min.*
33
*.js
4+
.cspell.json

0 commit comments

Comments
 (0)