@terminal-nerds/markdownlint-config

0.14.0 • Public • Published

@terminal-nerds/markdownlint-config

package version badge

➡️ Extendable markdownlint icon markdownlint configuration, part of the terminal-nerds/configs project.


Prerequisites

node.js version support badge supported markdownlint-cli version badge

ℹ️ This configuration package require these tools to use locally on your device(s):

  1. node.js icon Latest Node.js LTS (Long-Term Support) version
  2. One of Node.js package managers:
  3. Latest markdownlint icon markdownlint CLI version

Basic usage

👣 Follow the steps below:

  1. Install it with the node.js icon Node.js package manager of your choice (in our case, we use pnpm icon pnpm).

     pnpm install --save-dev markdownlint-cli @terminal-nerds/markdownlint-config
  2. Create a markdownlint icon markdownlint configuration file - .markdownlint.json.

  3. Extend this module package configuration.

    {
    	"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
    	"extends": "@terminal-nerds/markdownlint-config"
    }

📖 For the markdownlint icon markdownlint CLI usage, please refer to its documentation.


Used configurations & plugins

Dependencies badge

None, so far.


Security

workflow security badge

🔐 For more information, please refer to the Security section at the root of the terminal-nerds/configs monorepo.


Contributing

contributors badge

🤝 Contributions of any kind are welcome!

Please refer to the monorepo (terminal-nerds/configs) project's CONTRIBUTING file for more information if you wish to get involved.


License

license badge

⚖️ For more information, please refer to the License section at the root of the terminal-nerds/configs monorepo.

Package Sidebar

Install

npm i @terminal-nerds/markdownlint-config

Weekly Downloads

23

Version

0.14.0

License

MIT

Unpacked Size

6.92 kB

Total Files

4

Last publish

Collaborators

  • xeho91