We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ab288 commit e4f24c9Copy full SHA for e4f24c9
README.md
@@ -10,14 +10,18 @@
10
11
> [ESLint](https://eslint.org/) Parser/Plugin for [MDX](https://github.com/mdx-js/mdx)
12
13
+## Peer Dependency
14
+
15
+Please use `eslint >= 6.0.0`.
16
17
## Install
18
19
```sh
20
# yarn
-yarn add @rxts/eslint-plugin-mdx
21
+yarn add -D @rxts/eslint-plugin-mdx
22
23
# npm
-npm i @rxts/eslint-plugin-mdx
24
+npm i -D @rxts/eslint-plugin-mdx
25
```
26
27
## Usage
test/test.mdx
@@ -1,3 +1,8 @@
1
+---
2
+name: FollowReveal
3
+route: /follow-reveal
4
5
6
import { Test } from './test'
7
8
# Hello
0 commit comments