@nx/eslint-plugin 20.0.4 → 20.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint-plugin",
3
- "version": "20.0.4",
3
+ "version": "20.0.6",
4
4
  "private": false,
5
5
  "description": "The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
6
6
  "repository": {
@@ -34,9 +34,8 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@eslint/compat": "^1.1.1",
38
- "@nx/devkit": "20.0.4",
39
- "@nx/js": "20.0.4",
37
+ "@nx/devkit": "20.0.6",
38
+ "@nx/js": "20.0.6",
40
39
  "@typescript-eslint/type-utils": "^8.0.0",
41
40
  "@typescript-eslint/utils": "^8.0.0",
42
41
  "chalk": "^4.1.0",
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- const compat_1 = require("@eslint/compat");
5
4
  const eslint_plugin_jsx_a11y_1 = tslib_1.__importDefault(require("eslint-plugin-jsx-a11y"));
6
5
  const eslint_plugin_react_1 = tslib_1.__importDefault(require("eslint-plugin-react"));
7
6
  const eslint_plugin_react_hooks_1 = tslib_1.__importDefault(require("eslint-plugin-react-hooks"));
@@ -18,7 +17,7 @@ const typescript_eslint_1 = tslib_1.__importDefault(require("typescript-eslint")
18
17
  */
19
18
  exports.default = typescript_eslint_1.default.config({
20
19
  plugins: {
21
- 'react-hooks': (0, compat_1.fixupPluginRules)(eslint_plugin_react_hooks_1.default),
20
+ 'react-hooks': eslint_plugin_react_hooks_1.default,
22
21
  },
23
22
  rules: eslint_plugin_react_hooks_1.default.configs.recommended.rules,
24
23
  }, {