Skip to content

Commit

Permalink
Merge pull request #448 from gravitational/zmb3/quiet-lint
Browse files Browse the repository at this point in the history
Use the --quiet flag when linting the docs
  • Loading branch information
zmb3 authored Mar 28, 2024
2 parents ecaf96a + bfda099 commit f02c65b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "yarn base:eslint --fix && yarn base:prettier --write -l",
"lint-check": "yarn base:eslint && yarn base:prettier --check",
"typecheck": "tsc --noEmit --skipLibCheck --incremental --tsBuildInfoFile node_modules/.cache/tsc/tsbuildinfo --project .",
"markdown-lint": "remark --rc-path .remarkrc.mjs 'content/**/docs/pages/**/*.mdx' --frail --ignore-pattern '**/includes/**' --silently-ignore",
"markdown-lint": "remark --rc-path .remarkrc.mjs 'content/**/docs/pages/**/*.mdx' --quiet --frail --ignore-pattern '**/includes/**' --silently-ignore",
"markdown-lint-external-links": "WITH_EXTERNAL_LINKS=true yarn markdown-lint",
"markdown-fix": "FIX=true yarn markdown-lint -o",
"storybook": "storybook dev -p 6006",
Expand All @@ -35,10 +35,7 @@
"mintlify": "node migration/index.mjs"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint",
"prettier --check"
],
"*.{js,jsx,ts,tsx}": ["eslint", "prettier --check"],
"*.{json}": "prettier --check"
},
"simple-git-hooks": {
Expand Down

0 comments on commit f02c65b

Please sign in to comment.