diff --git a/package.json b/package.json index 486d063b..04fed356 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*", "lint:docs": "markdownlint \"**/*.md\"", "lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"", - "lint:js": "eslint --cache .", + "lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .", + "lint:js-docs": "eslint --no-inline-config \"**/*.md\"", "lint:package-json": "npmPkgJsonLint .", "release": "release-it", "test": "nyc --all --check-coverage --include lib mocha tests --recursive",