chore: lint docs on precommit (#22515)

This commit is contained in:
Jeremy Apthorp 2020-03-04 09:43:57 -08:00 committed by GitHub
parent 27a91cbad4
commit bff8d65200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@
"git add" "git add"
], ],
"*.md": [ "*.md": [
"remark -qf" "npm run lint:docs"
], ],
"*.{gn,gni}": [ "*.{gn,gni}": [
"npm run gn-check", "npm run gn-check",
@ -142,4 +142,4 @@
"@types/multiparty": "^0.0.32", "@types/multiparty": "^0.0.32",
"@types/temp": "^0.8.34" "@types/temp": "^0.8.34"
} }
} }