Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 3515b6b

Browse files
committed
chore: add .cspell.json to fix IDE spelling diagnostics
1 parent 3c32933 commit 3515b6b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.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+
"language": "en,pt",
4+
"words": [
5+
"comando",
6+
"comandos",
7+
"eles",
8+
"stretchr"
9+
],
10+
"ignorePaths": [
11+
"node_modules",
12+
"vendor",
13+
".git"
14+
]
15+
}

0 commit comments

Comments
 (0)