Skip to content

Commit

Permalink
use vale only for spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Oct 17, 2024
1 parent 64f9d32 commit ddbcc46
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 @@ -16,7 +16,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 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

0 comments on commit ddbcc46

Please sign in to comment.