Skip to content

Commit

Permalink
chore: use eslint --no-inline-config to eliminate linting warnings in…
Browse files Browse the repository at this point in the history
… the docs (#329)
  • Loading branch information
aladdin-add authored Nov 19, 2022
1 parent 82a5ec1 commit c4b7054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c4b7054

Please sign in to comment.