Skip to content

Commit

Permalink
more ignores for markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jun 14, 2021
1 parent fbf95d6 commit 7b31cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ _site
.jekyll-metadata
vendor
node_modules
# we don't need a lock file, better to just grab the most up to date versions
# since we only use a cli tool
package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Libera Chat website",
"scripts": {
"lint:md": "markdownlint '**/*.md'",
"lint:md": "markdownlint -p .gitignore '**/*.md'",
"lint:md:fix": "npm run lint:md -- --fix"
},
"dependencies": {},
Expand Down

0 comments on commit 7b31cd4

Please sign in to comment.