@eslint-react/eslint-plugin 2.3.6-next.6 → 2.3.6-next.8

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/README.md CHANGED
@@ -81,7 +81,7 @@ import eslintJs from "@eslint/js";
81
81
  import { defineConfig } from "eslint/config";
82
82
  import tseslint from "typescript-eslint";
83
83
 
84
- export default defineConfig([
84
+ export default defineConfig(
85
85
  {
86
86
  files: ["**/*.ts", "**/*.tsx"],
87
87
 
@@ -111,7 +111,7 @@ export default defineConfig([
111
111
  "@eslint-react/no-missing-key": "warn",
112
112
  },
113
113
  },
114
- ]);
114
+ );
115
115
  ```
116
116
 
117
117
  [Full Installation Guide ↗](https://eslint-react.xyz/docs/getting-started/typescript)
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ var __export = (all) => {
19
19
  //#endregion
20
20
  //#region package.json
21
21
  var name = "@eslint-react/eslint-plugin";
22
- var version = "2.3.6-next.6";
22
+ var version = "2.3.6-next.8";
23
23
 
24
24
  //#endregion
25
25
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.3.6-next.6",
3
+ "version": "2.3.6-next.8",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -45,13 +45,13 @@
45
45
  "@typescript-eslint/types": "^8.46.4",
46
46
  "@typescript-eslint/utils": "^8.46.4",
47
47
  "ts-api-utils": "^2.1.0",
48
- "@eslint-react/eff": "2.3.6-next.6",
49
- "@eslint-react/shared": "2.3.6-next.6",
50
- "eslint-plugin-react-dom": "2.3.6-next.6",
51
- "eslint-plugin-react-hooks-extra": "2.3.6-next.6",
52
- "eslint-plugin-react-naming-convention": "2.3.6-next.6",
53
- "eslint-plugin-react-web-api": "2.3.6-next.6",
54
- "eslint-plugin-react-x": "2.3.6-next.6"
48
+ "@eslint-react/eff": "2.3.6-next.8",
49
+ "@eslint-react/shared": "2.3.6-next.8",
50
+ "eslint-plugin-react-hooks-extra": "2.3.6-next.8",
51
+ "eslint-plugin-react-naming-convention": "2.3.6-next.8",
52
+ "eslint-plugin-react-web-api": "2.3.6-next.8",
53
+ "eslint-plugin-react-x": "2.3.6-next.8",
54
+ "eslint-plugin-react-dom": "2.3.6-next.8"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.16.4",