File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import eslintUnsupportedApi from 'eslint/use-at-your-own-risk';
19
19
import eslintPluginPrettier from '../eslint-plugin-prettier.js' ;
20
20
import recommendedConfig from '../recommended.js' ;
21
21
import htmlEslintParser from '@html-eslint/parser' ;
22
- import eslintPluginMdx from 'eslint-plugin-mdx' ;
22
+ import * as eslintPluginMdx from 'eslint-plugin-mdx' ;
23
23
import eslintPluginSvelte from 'eslint-plugin-svelte' ;
24
24
import eslintPluginPug from 'eslint-plugin-pug' ;
25
25
import vueEslintParser from 'vue-eslint-parser' ;
26
26
import * as eslintPluginGraphql from '@graphql-eslint/eslint-plugin' ;
27
- import eslintMdx from 'eslint-mdx' ;
27
+ import * as eslintMdx from 'eslint-mdx' ;
28
28
import eslintPluginJson from '@eslint/json' ;
29
29
30
30
const rule = eslintPluginPrettier . rules . prettier ;
You can’t perform that action at this time.
0 commit comments