Skip to content

Commit 6b89962

Browse files
committed
exclude CHANGELOG from markdown lint
1 parent 9981735 commit 6b89962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "npm run lint --workspaces --if-present",
2828
"type-check": "npm run type-check --workspaces --if-present",
2929
"test": "npm run test --workspaces --if-present",
30-
"lint:markdown": "npx markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
30+
"lint:markdown": "npx markdownlint-cli2 \"**/*.md\" \"#**/node_modules\" \"#**/CHANGELOG.md\"",
3131
"clean": "git clean -dfX",
3232
"inso-start": "npm start --workspace=packages/insomnia-inso",
3333
"inso-package": "npm run build:sr --workspace=packages/insomnia && npm run package --workspace=packages/insomnia-inso",

0 commit comments

Comments
 (0)