Skip to content

Commit

Permalink
Fix markdown linting
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 15, 2023
1 parent 38c213e commit 9b15794
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This is a collection of scripts/examples that utilizes the SDK. There are
three directories with examples:
- `client` containing examples that utilize the client to interact with a Concordium node.

- `client` containing examples that utilize the client to interact with
a Concordium node.
- `cis2` containing examples that helps interact with CIS-2 compliant smart contracts.
- `common` that use various general functions from the library.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"test": "FORCE_COLOR=true yarn workspaces foreach --no-private run test --passWithNoTests",
"lint": "FORCE_COLOR=true yarn workspaces foreach --no-private run lint",
"lint-fix": "eslint --cache . --fix",
"markdown:lint": "yarn markdownlint docs/**/*.md packages/*/README.md README.md",
"markdown:lint-fix": "yarn markdownlint --fix docs/**/*.md packages/*/README.md README.md",
"markdown:linkcheck": "yarn markdown-link-check --config .markdown-linkcheck.json docs/**/*.md packages/*/README.md README.md",
"markdown:lint": "yarn markdownlint docs/README.md docs/pages/**/*.md packages/*/README.md examples/readme.md README.md",
"markdown:lint-fix": "yarn markdownlint --fix docs/README.md docs/pages/**/*.md packages/*/README.md examples/readme.md README.md",
"markdown:linkcheck": "yarn markdown-link-check --config .markdown-linkcheck.json docs/README.md docs/pages/**/*.md packages/*/README.md examples/readme.md README.md",
"build": "FORCE_COLOR=true yarn workspaces foreach -v -t --no-private run build",
"build:dev": "FORCE_COLOR=true yarn workspaces foreach -v -t --no-private run build-dev",
"clean": "FORCE_COLOR=true yarn workspaces foreach -p --no-private run clean"
Expand Down

0 comments on commit 9b15794

Please sign in to comment.