Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
/ md-config Public archive

My preferred markdown lint configuration. Anyone is welcome to use this configuration and/or fork their own version, but I'm not accepting contributions.

License

Notifications You must be signed in to change notification settings

greyscaled/md-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vapurrmaid/md-config

This package installs an opinionated markdownlint configuration for markdown files.

What's Included

  • .markdownlint.json configuration
  • markdownlint-cli package
  • lint:md script added to package.json

Installation

NPX (preferred)

Use the following command to install the contents in the current directory.

npx @vapurrmaid/md-config

Yarn or NPM

The following installs an executable in node_modules:

# yarn
yarn add -D @vapurrmaid/md-config

# npm
npm install --save-dev @vapurrmaid/md-config

From there, you must run the executable to install in the current directory:

./node_modules/.bin/md-config

Contributions

While I'm an open-source contributor and love collaboration, I use these configurations in my personal/hobby projects. Therefore, I'm generally not accepting contributions outside of security-related concerns. Please feel free to fork your own version or use these configurations.

About

My preferred markdown lint configuration. Anyone is welcome to use this configuration and/or fork their own version, but I'm not accepting contributions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published