Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
install eslint-plugin-mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Aug 28, 2019
1 parent 8837027 commit 5f6e044
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
"prettier/flowtype",
"prettier/react",
"prettier/standard",
"plugin:mdx/recommended",
],
plugins: ["prettier", "react", "react-hooks"],
rules: {
Expand Down Expand Up @@ -76,6 +77,10 @@ module.exports = {
node: true,
},
},
{
files: ["*.mdx"],
extends: ["plugin:mdx/overrides"],
},
],
settings: {
react: {
Expand Down
Loading

0 comments on commit 5f6e044

Please sign in to comment.