Skip to content

Commit c4b7054

Browse files
authored
chore: use eslint --no-inline-config to eliminate linting warnings in the docs (#329)
1 parent 82a5ec1 commit c4b7054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
1414
"lint:docs": "markdownlint \"**/*.md\"",
1515
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
16-
"lint:js": "eslint --cache .",
16+
"lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .",
17+
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
1718
"lint:package-json": "npmPkgJsonLint .",
1819
"release": "release-it",
1920
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",

0 commit comments

Comments
 (0)