Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 474 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 474 Bytes

Requirements

  • NodeJS version 10 or greater
  • Yarn

Installation

yarn install

Testing

yarn test

Spell check

This project uses Markdown Spellcheck.

To run it interactively with the defaults:

yarn spellcheck

To run a report:

yarn mdspell \
  --report \
  --en-us \
  --ignore-acronyms \
  --ignore-numbers \
  '**/*.md' '!**/node_modules/**/*.md'

To see all the options:

yarn mdspell -h