Skip to content

Commit

Permalink
fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Dec 20, 2024
1 parent c6e8bf8 commit 74a9e1b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"version": "8.3.2",
"language": "en",
"ignorePaths": ["node_modules", ".next", "*.js", "*.json", "*.html", "*.css", "*.md", "*.svg"],
"ignorePaths": [
"node_modules",
".next",
"*.js",
"*.json",
"*.html",
"*.css",
"*.md",
"*.svg",
"public"
],
"files": ["src/**/*.tsx", "src/**/*.ts"],
"words": [
"autodocs",
Expand Down

0 comments on commit 74a9e1b

Please sign in to comment.