Skip to content

Commit

Permalink
chore: add cSpell to check spelling issues (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Apr 24, 2023
1 parent e8c7ae7 commit 226a850
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 75 deletions.
36 changes: 36 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "0.2",
"language": "en,en-gb",
"words": [
"hoge",
"pathinfo",
"iife",
"fullhash",
"cacheable",
"elsewise",
"Respawn",
"respawning",
"cpus",
"vspace",
"hspace",
"memfs",
"commitlint",
"opencollective",
"Koppers",
"sokra",
"lifecycles"
],

"ignorePaths": [
"CHANGELOG.md",
"package.json",
"dist/**",
"**/__snapshots__/**",
"package-lock.json",
"**/*.css",
"**/fonts/**",
"node_modules",
"coverage",
"*.log"
]
}
Loading

0 comments on commit 226a850

Please sign in to comment.