Skip to content

eslint-config-markdown 1.1.0

Install from the command line:
Learn more about npm packages
$ npm install @pilaton/eslint-config-markdown@1.1.0
Install via package.json:
"@pilaton/eslint-config-markdown": "1.1.0"

About this version

@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
  },
];

Details


Assets

  • eslint-config-markdown-1.1.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0