Skip to content

Commit

Permalink
Excludes auto-generated SECURITY.md from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi committed Jun 8, 2022
1 parent b77ba94 commit 6955642
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 @@ -55,7 +55,7 @@
"eslint": "eslint -c .eslintrc.json --quiet .",
"eslint:verbose": "eslint -c .eslintrc.json .",
"stylelint": "stylelint --syntax scss \"src/app/**/*.scss\"",
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules/**/*\"",
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules/**/*\" \"#SECURITY.md\"",
"lint": "npm run -s eslint && npm run -s stylelint && npm run -s markdownlint",
"package": "npm run -s ts scripts/package/package.ts",
"start-publish": "npm run -s ts scripts/publish/publish.ts",
Expand Down

0 comments on commit 6955642

Please sign in to comment.