2.0.2 • Published 2 years ago

@releaseband/markdownlint-config v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@releaseband/markdownlint-config

markdownlint shareable config

Installing

npm i -D @releaseband/markdownlint-config
npx install-peerdeps --dev @releaseband/markdownlint-config

create .markdownlint.json file in the root project folder:

{
  "extends": "@releaseband/markdownlint-config"
}

create .markdownlintignore file in the root project folder:

node_modules/
.idea/
.vscode/
.history/
CHANGELOG.md

add script in package.json:

{
  "scripts": {
    "markdownlint": "markdownlint '**/*.md' --fix"
  }
}
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago