Skip to content

Commit

Permalink
[core] Fix running markdownlint on Windows (#31352)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Mar 7, 2022
1 parent a685d86 commit e6b3861
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 @@ -36,7 +36,7 @@
"lint": "eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"lint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"stylelint": "stylelint --reportInvalidScopeDisables --reportNeedlessDisables docs/**/*.{js,ts,tsx}",
"markdownlint": "markdownlint '**/*.md' --config .markdownlint.jsonc",
"markdownlint": "markdownlint \"**/*.md\" --config .markdownlint.jsonc",
"prettier": "node ./scripts/prettier.js",
"prettier:all": "node ./scripts/prettier.js write",
"size:snapshot": "node --max-old-space-size=4096 ./scripts/sizeSnapshot/create",
Expand Down

0 comments on commit e6b3861

Please sign in to comment.