unified

Project: keplersj/remark-preset-lint-starstuff

Package: remark-preset-lint-starstuff@2.0.1

  1. Dependents: 0
  2. Opinionated, yet simple config for remark-lint
  1. remark 214
  2. markdown 154
  3. lint 80
  4. mdx 35
  5. remark-lint 11
  6. md 4

remark-preset-lint-starstuff

npm npm Codecov Bundle Size Conventional Commits

Opinionated, yet simple preset for remark-lint

Philosophy

This config is built with the assumption that you're going to be using Prettier across your project, and want remark-lint to provide advice and respect Prettier's formatting. This config aims to share this in a simple, shareable config.

Installation

npm install --save-dev remark-preset-lint-starstuff

Usage

Set the following in your package.json:

{
  "remarkConfig": {
    "plugins": ["preset-lint-starstuff"]
  }
}

Run remark. Either remark-cli or jest-runner-remark is recommended for this.

License

Copyright 2019-2022 Kepler Sticka-Jones. Licensed ISC