Skip to content

Commit

Permalink
chore: ignore .changeset folder from lint:md and lint:spell
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 19, 2024
1 parent 497328d commit acb4cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ignorePaths:
- .git
- bun.lockb
- ./branch_out
- .changeset
- drizzle
- '**/*.svg'
words:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format:check": "prettier \"**/*\" --ignore-unknown --list-different",
"format:write": "prettier \"**/*\" --ignore-unknown --list-different --write",
"lint": "eslint . --max-warnings 0",
"lint:md": "markdownlint \"**/*.md\" --dot --ignore node_modules",
"lint:md": "markdownlint \"**/*.md\" --dot --ignore node_modules --ignore .changeset",
"lint:spell": "cspell \"**\" --gitignore --dot --no-progress --cache --unique ",
"prepare": "husky",
"release": "turbo run build lint typecheck && changeset version && changeset publish",
Expand Down

0 comments on commit acb4cd8

Please sign in to comment.