Skip to content

Commit

Permalink
feat(overrides): add mdx parser for md files (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 2, 2023
1 parent abef853 commit dbdbb21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ module.exports = {
trailingComma: 'none',
},
},
{
files: '*.md',
options: {
parser: 'mdx',
},
},
],
};

0 comments on commit dbdbb21

Please sign in to comment.