All Projects → azz → Eslint Plugin Mdx

azz / Eslint Plugin Mdx

Licence: mit
ESLint Plugin for MDX

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Eslint Plugin Mdx

Eslint Mdx
ESLint Parser/Plugin for MDX
Stars: ✭ 89 (+368.42%)
Mutual labels:  eslint, mdx
website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-10.53%)
Mutual labels:  eslint, mdx
nextjs-starter-kit
NextJS Starter Kit with Testing Frameworks and CI/CD
Stars: ✭ 30 (+57.89%)
Mutual labels:  eslint, mdx
Xo
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
Stars: ✭ 6,277 (+32936.84%)
Mutual labels:  eslint
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+3468.42%)
Mutual labels:  eslint
Angular Eslint
✨ Monorepo for all the tooling related to using ESLint with Angular
Stars: ✭ 705 (+3610.53%)
Mutual labels:  eslint
Egghead Next
The frontend for egghead.io.
Stars: ✭ 896 (+4615.79%)
Mutual labels:  mdx
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+3336.84%)
Mutual labels:  eslint
Prettier Standard
Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
Stars: ✭ 801 (+4115.79%)
Mutual labels:  eslint
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: ✭ 700 (+3584.21%)
Mutual labels:  mdx
Eslint Plugin Jest
ESLint plugin for Jest
Stars: ✭ 699 (+3578.95%)
Mutual labels:  eslint
Ok Mdx
Browser-based MDX editor
Stars: ✭ 681 (+3484.21%)
Mutual labels:  mdx
Eslint Plugin Node
Additional ESLint's rules for Node.js
Stars: ✭ 740 (+3794.74%)
Mutual labels:  eslint
Docs
Documentation of Vercel and other services
Stars: ✭ 663 (+3389.47%)
Mutual labels:  mdx
Eslint Config Jonnybuchanan
Personal ESLint setup as a single devDependency
Stars: ✭ 5 (-73.68%)
Mutual labels:  eslint
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+3336.84%)
Mutual labels:  eslint
Gatsby Starter Minimal Blog
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Stars: ✭ 752 (+3857.89%)
Mutual labels:  mdx
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+139021.05%)
Mutual labels:  eslint
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+3563.16%)
Mutual labels:  eslint
Mdx Util
Utilities for working with MDX
Stars: ✭ 709 (+3631.58%)
Mutual labels:  mdx

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 .
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].