Skip to content

Commit

Permalink
cspell: Ignore package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Mar 10, 2023
1 parent 95cfbeb commit 140c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
"lint:package": "npmPkgJsonLint .",
"lint:packages": "pnpm-deduplicate --list",
"lint:spelling": "cspell \"**\" \".github/**/*\"",
"lint:spelling": "cspell \"**\" \".github/**/*\" \"!package.json\"",
"prepare": "husky install",
"should-semantic-release": "should-semantic-release --verbose",
"test": "vitest"
Expand Down

0 comments on commit 140c601

Please sign in to comment.