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 cddd20e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 640 deletions.
45 changes: 0 additions & 45 deletions .cspell.json

This file was deleted.

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 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 cddd20e

Please sign in to comment.