From 84c9f20e645b7b2a0f25d2c0769a97e751ee1dfa Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Mon, 25 Mar 2024 23:52:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20suppress=20linter=20for=20agreem?= =?UTF-8?q?ents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c83f42..ce159cc 100644 --- a/package.json +++ b/package.json @@ -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": {