1.2.0 • Published 2 months ago

@pilaton/eslint-config-markdown v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@pilaton/eslint-config-markdown

npm

ESLint configuration for checking markdown and mdx files.

!NOTE Package from the eslint-eco monorepository.
I recommend reading the documentation to understand the whole picture.

Included in the package

  1. eslint-plugin-mdx
  2. eslint-plugin-markdownlint

Install

npm i @pilaton/eslint-config-markdown --save-dev

Usage

This configuration is created for the new ESLint Flat Config, and only supports ESM!

eslint.config.js (eslint>=v8.23.1)

import markdown from '@pilaton/eslint-config-markdown';

export default [
  {
    // Your config
  },

  ...markdown,

  {
    // Your config
  },
];
1.2.0

2 months ago

1.1.0

3 months ago

1.0.0

5 months ago

0.2.0

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.1.0

5 months ago