Skip to content

Commit

Permalink
chore: change markdownlint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Nov 22, 2024
1 parent a6e10ae commit 52cb677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"lint": "npm run eslint && npm run markdownlint",
"eslint": "eslint .",
"eslint:fix": "eslint . --fix",
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#CHANGELOG.md\"",
"markdownlint:fix": "markdownlint-cli2 --fix \"**/*.md\" \"#node_modules\"",
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#**/node_modules\" \"#CHANGELOG.md\"",
"markdownlint:fix": "markdownlint-cli2 --fix \"**/*.md\" \"#node_modules\" \"#**/node_modules\"",
"markdownlint:fix-changelog": "markdownlint-cli2 --fix \"CHANGELOG.md\"",
"test": "ava --verbose",
"test:coverage": "rimraf coverage && mkdir -p coverage && c8 ava --tap | tap-xunit --package='dclint' > ./coverage/junit.xml",
Expand Down

0 comments on commit 52cb677

Please sign in to comment.