Skip to content

Commit

Permalink
fix: add remarkrc.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Nov 16, 2023
1 parent e83b2de commit c87cf0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 8 additions & 0 deletions fullstack-network-manager/.remarkrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins:
# Check that markdown is consistent.
- remark-preset-lint-consistent
# Few recommended rules.
- remark-preset-lint-recommended
# list item indentation should be space
- - remark-lint-list-item-indent
- space
4 changes: 3 additions & 1 deletion fullstack-network-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ fullstack-network-manager is a CLI tool to manage and deploy a Hedera Network us
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@hashgraph:registry=https://npm.pkg.github.com
```
* Get your [Github access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) and setup an environment variable GITHUB_TOKEN.

* Get your [Github access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) and setup an environment variable GITHUB\_TOKEN.

* Run `npm install -g @hashgraph/fullstack-network-manager`

* Run `fsnetman` from a terminal as shown below
Expand Down
7 changes: 0 additions & 7 deletions fullstack-network-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,5 @@
"engines": {
"node": ">=18.18.2",
"npm": ">=9.8.1"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", "space"]
]
}
}

0 comments on commit c87cf0f

Please sign in to comment.