fix: restrict markdown linting to curriculum files (#37635)

pull/37636/head
Oliver Eyton-Williams 2019-10-31 17:24:07 +00:00 committed by mrugesh
parent 28575e9877
commit d8c89c99d8
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
"eslint --fix",
"git add"
],
"*.md": "node ./tools/scripts/lint/index.js",
"./curriculum/challenges/**/*.md": "node ./tools/scripts/lint/index.js",
"*.css": [
"prettier --write",
"git add"