Skip to content

Commit

Permalink
Lint recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Logiewa authored and Norbert Logiewa committed Jan 4, 2020
1 parent 591e998 commit dcc8d2b
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 @@ -112,7 +112,7 @@
"doc:open": "bash -c \"npm run doc && $BROWSER ./docs/index.html\"",
"doc:publish": "bash -c \"echo -e 'PUBLISHING DOCS\\n' && npm run doc && git add ./docs && git commit -am 'Update docs' -n && git push\"",
"lint": "bash -c \"npm run lint:code && npm run lint:doc && npm run lint:deps\"",
"lint:code": "bash -c \"npx eslint *.ts\"",
"lint:code": "npx eslint ./**/*.ts",
"lint:doc": "bash -c \"npm run lint:doc:markdown-lint && npm run lint:doc:write-good && npm run lint:doc:remark\"",
"lint:doc:write-good": "bash -c \"npx write-good --so --weasel --tooWordy --cliches --thereIs *.md || echo ''\"",
"lint:doc:markdown-lint": "bash -c \"npx markdownlint *.md\"",
Expand Down

0 comments on commit dcc8d2b

Please sign in to comment.