1.0.1 • Published 2 years ago

@ileostar/markdownlint-config v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Markdownlint Config

This is the shared markdownlint configuration for leostar scoped projects.

Getting Started

# NPM
npm install @ileostar/markdownlint-config markdownlint --save-dev
# Yarn
yarn add @zthun/markdownlint-config markdownlint --dev
# Pnpm
pnpm add @zthun/markdownlint-config markdownlint --dev

Usage

In the markdownlint config file, add the following

{
  "extends": ["@ileostar/markdownlint-config"]
}
1.0.1

2 years ago