We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d0b9e commit d8bf4b6Copy full SHA for d8bf4b6
.markdownlintignore
@@ -0,0 +1,3 @@
1
+CHANGELOG.md
2
+LICENSE.md
3
+node_modules
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"changelog": "lerna-changelog",
15
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
16
- "lint:docs": "markdownlint '**/*.md' -i CHANGELOG.md -i LICENSE.md -i node_modules",
+ "lint:docs": "markdownlint '**/*.md'",
17
"lint:docs-js": "eslint . --cache --ext md",
18
"lint:js": "eslint . --cache",
19
"start": "yarn run test:watch",
0 commit comments