diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-25 16:59:28 +0000 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-25 21:25:01 +0000 |
commit | aefcc592f24df4bd2ca1485e0fda7232612f697b (patch) | |
tree | cf6d290a0f317cba67a6858184f10d41ee85163b /docs/package.json | |
parent | 18d4d619e489ee72aa826346024b0a796dc71fa3 (diff) |
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
Diffstat (limited to 'docs/package.json')
-rw-r--r-- | docs/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/package.json b/docs/package.json index 44536f0..f303314 100644 --- a/docs/package.json +++ b/docs/package.json @@ -30,6 +30,7 @@ "devDependencies": { "eslint": "^7.12.0", "eslint-config-prettier": "^6.14.0", + "eslint-plugin-mdx": "^1.8.2", "eslint-plugin-react": "^7.21.5", "prettier": "2.1.2" } |