@storm-software/eslint 0.76.1 → 0.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/preset.mjs CHANGED
@@ -10,9 +10,9 @@ import nxPlugin from '@nx/eslint-plugin';
10
10
  import jsxA11y from 'eslint-plugin-jsx-a11y';
11
11
  import markdown from 'eslint-plugin-markdown';
12
12
  import prettierConfig from 'eslint-plugin-prettier/recommended';
13
+ import react from 'eslint-plugin-react';
13
14
  import reactCompiler from 'eslint-plugin-react-compiler';
14
15
  import reactHooks from 'eslint-plugin-react-hooks';
15
- import react from 'eslint-plugin-react/configs/recommended';
16
16
  import tsdoc from 'eslint-plugin-tsdoc';
17
17
  import unicorn from 'eslint-plugin-unicorn';
18
18
  import yml from 'eslint-plugin-yml';
@@ -13058,7 +13058,7 @@ function getStormConfig(options = {
13058
13058
  "node_modules",
13059
13059
  ...options.ignores || []
13060
13060
  ],
13061
- ...react
13061
+ ...react.configs?.recommended
13062
13062
  },
13063
13063
  {
13064
13064
  files: ["**/*.tsx"],