Skip to content

Commit

Permalink
chore: add cspell to devDeps (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm authored Jul 4, 2024
1 parent 3bed7fc commit faa3ef9
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"words": ["sambad", "doeunnkimm", "semnil5202", "LeeJeongHooo", "Andrevile", "vercel", "Turborepo"],
"ignorePaths": ["pnpm-lock.yaml", "**/node_modules/**", "**/dist/**", "**/build/**", ".git/**"]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check:spell": "cspell '**' --gitignore --no-progress"
},
"dependencies": {
"@emotion/react": "^11.11.4"
},
"devDependencies": {
"cspell": "^8.10.0",
"next": "14.2.4",
"prettier": "^3.2.5",
"turbo": "^2.0.4",
Expand Down
Loading

0 comments on commit faa3ef9

Please sign in to comment.