Package Exports
- @jjangga0214/markdownlint-config
- @jjangga0214/markdownlint-config/index.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jjangga0214/markdownlint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@jjangga0214/markdownlint-config
A sharable config package and development environment for markdownlint-cli
.
Installation
npm install --save-dev @jjangga0214/markdownlint-config
# or
yarn add --dev @jjangga0214/markdownlint-config
# or
pnpm add --save-dev @jjangga0214/markdownlint-config
And you should also install peerDependencies manually.
Or install them all by install-peerdeps
.
# For npm
npx install-peerdeps --dev @jjangga0214/markdownlint-config
# For yarn
npx install-peerdeps --yarn --dev @jjangga0214/markdownlint-config
# For pnpm
npx install-peerdeps --pnpm --dev @jjangga0214/markdownlint-config
Note
- There's
markdownlint-cli
andmarkdownlint-cli2
. This package works with the former. This may or may not work with the latter. - There's
igorshubovych/markdownlint-cli#97
for extending sharable config, and/or autodiscovery of .js config file. Once the discussion is settled, the usage below might ought to be edited.
Usage
.markdownlint.json:
{
"extends": "./node_modules/@jjangga0214/markdownlint-config/index.json"
// You can override/add rules here.
}
.markdownlintignore (Optional):
// specify whatever pattern needed