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';
1919import eslintPluginPrettier from '../eslint-plugin-prettier.js' ;
2020import recommendedConfig from '../recommended.js' ;
2121import htmlEslintParser from '@html-eslint/parser' ;
22- import eslintPluginMdx from 'eslint-plugin-mdx' ;
22+ import * as eslintPluginMdx from 'eslint-plugin-mdx' ;
2323import eslintPluginSvelte from 'eslint-plugin-svelte' ;
2424import eslintPluginPug from 'eslint-plugin-pug' ;
2525import vueEslintParser from 'vue-eslint-parser' ;
2626import * as eslintPluginGraphql from '@graphql-eslint/eslint-plugin' ;
27- import eslintMdx from 'eslint-mdx' ;
27+ import * as eslintMdx from 'eslint-mdx' ;
2828import eslintPluginJson from '@eslint/json' ;
2929
3030const rule = eslintPluginPrettier . rules . prettier ;
You can’t perform that action at this time.
0 commit comments