Skip to content

Commit

Permalink
chore: add exceptions to cspell list
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Nov 27, 2024
1 parent 25cdf51 commit b5e3ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
".github/**",
"**/*.toml",
"pnpm-lock.yaml",
"README.md"
"README.md",
"**/*.snap",
"crates/fervid_napi/__tests__/defineProps.spec.ts"
]
}

0 comments on commit b5e3ee1

Please sign in to comment.