Skip to content

Commit

Permalink
fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 1, 2023
1 parent 2cb5723 commit 4269a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"eslint --fix",
"prettier --write",
"jest --passWithNoTests",
"yarn cspell --gitignore"
"yarn cspell lint --gitignore --no-progress --no-must-find-files"
],
"*.{md,html,json,css}": [
"prettier --write",
"yarn cspell --gitignore"
"yarn cspell lint --gitignore --no-progress --no-must-find-files"
]
},
"husky": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"license-check": "jsgl --local ./",
"lint": "yarn eslint && yarn lint-check && yarn pretty-check && yarn lint-cspell",
"lint-check": "eslint-config-prettier .eslintrc.js",
"lint-cspell": "cspell --unique",
"lint-cspell": "cspell --unique --gitignore --no-progress --no-must-find-files",
"lint-fix": "yarn eslint --fix",
"postbuild": "yarn workspace codemirror-graphql run postbuild",
"prebuild-bundles": "yarn build-bundles-clean",
Expand Down

0 comments on commit 4269a28

Please sign in to comment.