Skip to content

Commit 2e9ed46

Browse files
AmirrezaASafaeirad
authored andcommitted
feat: add new react lint rules
1 parent 047b825 commit 2e9ed46

File tree

4 files changed

+551
-781
lines changed

4 files changed

+551
-781
lines changed

.cspell.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"version": "0.2",
33
"language": "en",
4-
"ignorePaths": ["package.json" , "src/modules/*" , "build.config.js" , "postbuild"],
4+
"ignorePaths": ["package.json", "cjs/*", "src/modules/*", "build.config.js", "postbuild"],
55
"dictionaries": ["node"],
6-
"words": [
7-
"fullstacksjs",
8-
"callees",
9-
"nuxt",
10-
"evenodd"
11-
]
6+
"words": ["fullstacksjs", "callees", "nuxt", "evenodd"]
127
}

0 commit comments

Comments
 (0)