Skip to content

Commit

Permalink
use vale from gha only for spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Oct 17, 2024
1 parent a918fb4 commit 1c3b20f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 656 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"typecheck-staged": "tsc-files --noEmit",
"lint": "npm run lint:spelling && npm run lint:js && npm run lint:style",
"lint": "npm run lint:js && npm run lint:style",
"lint:js": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
"lint:spelling": "cspell \"**\" --no-progress",
"lint:style": "stylelint \"**/*.css\"",
Expand Down
Loading

0 comments on commit 1c3b20f

Please sign in to comment.