Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

remark-lint-config-itgalaxy

itgalaxy7MITdeprecated2.0.0

Move to https://github.com/itgalaxy/remark-preset-lint-itgalaxy

itgalaxy org's remark-lint rules

remark, remark-lint, markdown, md, lint, config, itgalaxy, javascript, styleguide

readme

remark-lint-config-itgalaxy

NPM version Travis Build Status Deps Dev Deps

Itgalaxy’s remark sharable config for linting markdown.

Installation

You'll first need to install Remark and RemarkLint:

$ npm i remark remark-lint --save-dev

Next, install remark-lint-config-itgalaxy:

$ npm install remark-lint-config-itgalaxy --save-dev

Note: If you installed Remark and RemarkLint globally (using the -g flag) then you must also install remark-lint-config-itgalaxy globally.

Usage

Coming soon

Changelog

License

changelog

2.0.0

  • Chore(package)(major update): update a minimal version of remark from 5.0.0 to 6.0.0.
  • Chore(package)(major update): update a minimal version of remark-cli from 1.0.0 to 2.0.0.
  • Chore(package)(major update): update a minimal version of remark-lint from 4.0.0 to 5.0.0.

1.0.2

  • Chore(package): fix indentation.
  • Chore(package): update a minimal version of ava from 0.15.0 to 0.16.0.
  • Chore(package): update a minimal version of eslint-plugin-ava from 2.0.0 to 3.0.0.
  • Chore(package): update a minimal version of eslint-plugin-itgalaxy from 7.0.0 to 11.0.0.
  • Chore(package): update a minimal version of npm-run-all from 2.3.0 to 3.0.0.
  • Chore(package): remove extra files from package.json.

1.0.1

  • Fixed: remove remark from peerDependencies.

1.0.0

  • Initial release.