Skip to content

Commit 6955642

Browse files
committed
Excludes auto-generated SECURITY.md from linting
1 parent b77ba94 commit 6955642

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
@@ -55,7 +55,7 @@
5555
"eslint": "eslint -c .eslintrc.json --quiet .",
5656
"eslint:verbose": "eslint -c .eslintrc.json .",
5757
"stylelint": "stylelint --syntax scss \"src/app/**/*.scss\"",
58-
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules/**/*\"",
58+
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules/**/*\" \"#SECURITY.md\"",
5959
"lint": "npm run -s eslint && npm run -s stylelint && npm run -s markdownlint",
6060
"package": "npm run -s ts scripts/package/package.ts",
6161
"start-publish": "npm run -s ts scripts/publish/publish.ts",

0 commit comments

Comments
 (0)