Skip to content

Commit

Permalink
feat: add markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 30, 2017
1 parent 9be7e00 commit 717a345
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
106 changes: 106 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"eslint-config-ybiquitous": "^2.0.2",
"husky": "^0.14.3",
"lint-staged": "^4.0.4",
"markdownlint-cli": "^0.3.1",
"standard-version": "^4.2.0",
"yargs": "^8.0.2"
},
Expand All @@ -36,6 +37,7 @@
"test:watch": "LANG=C ava --watch",
"lint:js": "eslint --max-warnings=0 .",
"lint:js:fix": "eslint --max-warnings=0 . --fix",
"lint:md": "markdownlint *.md",
"commitmsg": "commitlint -e",
"precommit": "lint-staged",
"release": "standard-version",
Expand All @@ -45,6 +47,7 @@
"*.{js,jsx}": [
"eslint --fix --max-warnings=0 --no-ignore",
"git add"
]
],
"*.md": "markdownlint"
}
}

0 comments on commit 717a345

Please sign in to comment.