docs: Add eslint-mdx support

Official guidelines:
https://github.com/mdx-js/eslint-mdx

Steps taken:
npm i -D eslint-plugin-mdx
Edit .eslintrc.js
This commit is contained in:
innovaker
2020-10-25 16:59:28 +00:00
parent 18d4d619e4
commit aefcc592f2
3 changed files with 1076 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:mdx/recommended",
"prettier",
"prettier/react",
],