Skip to content

Commit

Permalink
👷 suppress linter for agreements
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Mar 26, 2024
1 parent 441631b commit 84c9f20
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 @@ -4,7 +4,7 @@
"linksv": "find . -name '*.md' ! -path './node*' ! -path './output*' -print0 | xargs -0 npx markdown-link-check --config .mlc_config.json",
"test": "npm run links && npm run yaml && npm run lint",
"tv": "npm run linksv && npm run yaml && npm run lint",
"lint": "npx markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#output\" \"#elections\"",
"lint": "npx markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#output\" \"#elections\" \"#agreements\"",
"yaml": "node .github/validate.js ./SUPPORTERS.yaml ./CONTACTS.yaml"
},
"devDependencies": {
Expand Down

0 comments on commit 84c9f20

Please sign in to comment.