# remark-lint

Lint documentation files to ensure compliancy and reach quality standards
> `codacy`, in particular, use `remark-preset-lint-recommended` by default

Add :
*   `remark-preset-lint-recommended` shared configuration, via `.remarkrc` file
*   required dev dependencies in `package.json`

More informations about :
*   [remark-lint](https://github.com/remarkjs/remark-lint)
*   [remark-lint shared configuration](https://github.com/remarkjs/remark-lint#list-of-presets)
*   [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-recommended)
