We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77ba94 commit 6955642Copy full SHA for 6955642
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"eslint": "eslint -c .eslintrc.json --quiet .",
56
"eslint:verbose": "eslint -c .eslintrc.json .",
57
"stylelint": "stylelint --syntax scss \"src/app/**/*.scss\"",
58
- "markdownlint": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules/**/*\"",
+ "markdownlint": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules/**/*\" \"#SECURITY.md\"",
59
"lint": "npm run -s eslint && npm run -s stylelint && npm run -s markdownlint",
60
"package": "npm run -s ts scripts/package/package.ts",
61
"start-publish": "npm run -s ts scripts/publish/publish.ts",
0 commit comments