@eslint-react/eslint-plugin 2.0.0-next.154 → 2.0.0-next.155

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/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import * as _eslint_react_shared0 from "@eslint-react/shared";
2
- import { CompatiblePlugin } from "@eslint-react/shared";
3
2
  import * as _eslint_react_kit0 from "@eslint-react/kit";
4
3
  import { RulePreset } from "@eslint-react/kit";
5
4
 
@@ -1170,7 +1169,6 @@ declare const settings: {
1170
1169
  };
1171
1170
  //#endregion
1172
1171
  //#region src/index.d.ts
1173
- declare const plugin: CompatiblePlugin;
1174
1172
  declare const _default: {
1175
1173
  configs: {
1176
1174
  all: typeof all_d_exports;
@@ -1246,4 +1244,4 @@ declare const _default: {
1246
1244
  rules: Record<string, any>;
1247
1245
  };
1248
1246
  //#endregion
1249
- export { _default as default, plugin };
1247
+ export { _default as default };
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
9
9
 
10
10
  //#region package.json
11
11
  var name = "@eslint-react/eslint-plugin";
12
- var version = "2.0.0-next.154";
12
+ var version = "2.0.0-next.155";
13
13
 
14
14
  //#endregion
15
15
  //#region src/configs/dom.ts
@@ -507,4 +507,4 @@ var src_default = {
507
507
  };
508
508
 
509
509
  //#endregion
510
- export { src_default as default, plugin };
510
+ export { src_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.0.0-next.154",
3
+ "version": "2.0.0-next.155",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -41,15 +41,15 @@
41
41
  "@typescript-eslint/type-utils": "^8.41.0",
42
42
  "@typescript-eslint/types": "^8.41.0",
43
43
  "@typescript-eslint/utils": "^8.41.0",
44
- "@eslint-react/eff": "2.0.0-next.154",
45
- "@eslint-react/kit": "2.0.0-next.154",
46
- "@eslint-react/shared": "2.0.0-next.154",
47
- "eslint-plugin-react-debug": "2.0.0-next.154",
48
- "eslint-plugin-react-dom": "2.0.0-next.154",
49
- "eslint-plugin-react-hooks-extra": "2.0.0-next.154",
50
- "eslint-plugin-react-naming-convention": "2.0.0-next.154",
51
- "eslint-plugin-react-x": "2.0.0-next.154",
52
- "eslint-plugin-react-web-api": "2.0.0-next.154"
44
+ "@eslint-react/eff": "2.0.0-next.155",
45
+ "@eslint-react/kit": "2.0.0-next.155",
46
+ "@eslint-react/shared": "2.0.0-next.155",
47
+ "eslint-plugin-react-debug": "2.0.0-next.155",
48
+ "eslint-plugin-react-hooks-extra": "2.0.0-next.155",
49
+ "eslint-plugin-react-dom": "2.0.0-next.155",
50
+ "eslint-plugin-react-web-api": "2.0.0-next.155",
51
+ "eslint-plugin-react-x": "2.0.0-next.155",
52
+ "eslint-plugin-react-naming-convention": "2.0.0-next.155"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tsdown": "^0.14.2",