Skip to content

Commit

Permalink
Add support for mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Aug 29, 2022
1 parent 099d53b commit 4a8c27b
Show file tree
Hide file tree
Showing 11 changed files with 899 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
@@ -1,12 +1,6 @@
# Next

[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.6.1...main)

# 1.6.1

[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.6.0...1.6.1)

- Update rules for: [eslint, typescript-eslint, vue]
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.6.0...main)

# 1.6.0

Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-define-config",
"version": "1.6.1",
"version": "1.6.0",
"description": "Provide a defineConfig function for .eslintrc.js files",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -63,6 +63,7 @@
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-inclusive-language": "~2.2.0",
"eslint-plugin-jsdoc": "~39.3.6",
"eslint-plugin-mdx": "~2.0.2",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-spellcheck": "~0.0.19",
Expand Down

0 comments on commit 4a8c27b

Please sign in to comment.