Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

azz/eslint-plugin-mdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-mdx

This repository is no longer maintained, and the eslint-plugin-mdx name has been transferred to eslint-mdx.


Travis Prettier npm semantic-release License

ESLint parser for MDX

Install

With yarn:

yarn add eslint-plugin-mdx

With npm:

npm install --save eslint-plugin-mdx

Usage

  1. In your ESLint config file, add:

    {
      "extends": ["plugin:mdx/recommended"]
    }
  2. Make sure ESLint knows to run on .mdx files:

    eslint --ext js,mdx .