Skip to content

Commit

Permalink
don't lint json files found in docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 6, 2023
1 parent 39422f0 commit 35968f1
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 @@ -35,7 +35,7 @@
"docs": "npx rimraf docs/api && jsdoc -c jsdoc.json -d docs/api",
"format": "npx bsfmt --write",
"lint": "bslint",
"lint-json": "jshint --extra-ext .json --verbose --exclude node_modules,scripts ./",
"lint-json": "jshint --extra-ext .json --verbose --exclude node_modules,scripts,docs ./",
"lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"lint-spelling": "spellchecker -d dictionary.txt --files \"**/*.md\" \"**/.*/**/*.md\" \"!node_modules/**/*.md\"",
"postinstall": "npm run ropm",
Expand Down

0 comments on commit 35968f1

Please sign in to comment.