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 @@ -20,7 +20,7 @@ import pluginUnicorn from 'eslint-plugin-unicorn';
2020// https://github.com/gajus/eslint-plugin-jsdoc/blob/v50.5.0/src/index.js
2121import pluginJSDoc from 'eslint-plugin-jsdoc' ;
2222// https://github.com/import-js/eslint-plugin-import/blob/v2.29.1/src/index.js
23- import { rules as pluginImportAllRules , configs as pluginImportConfigs } from 'eslint-plugin-import' ;
23+ import { configs as pluginImportConfigs , rules as pluginImportAllRules } from 'eslint-plugin-import' ;
2424// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/v6.9.0/src/index.js
2525import pluginJSXA11y from 'eslint-plugin-jsx-a11y' ;
2626// https://github.com/jest-community/eslint-plugin-jest/blob/v28.9.0/src/index.ts
@@ -70,7 +70,7 @@ const {
7070 rules : pluginPromiseRules ,
7171} = pluginPromise ;
7272const { rules : pluginReactAllRules } = pluginReact ;
73- // @ts -expect-error: Module has no exported member
73+ // @ts -expect-error: Module has no exported member
7474const { rules : pluginReactHooksAllRules } = pluginReactHooks ;
7575const {
7676 rules : pluginReactPerfAllRules ,
You can’t perform that action at this time.
0 commit comments