@eslint-react/eslint-plugin 2.0.0-next.191 → 2.0.0-next.193
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -143,7 +143,7 @@ export default defineConfig([
|
|
|
143
143
|
- `disable-type-checked`\
|
|
144
144
|
Disable rules that require type information.
|
|
145
145
|
- `disable-conflict-eslint-plugin-react`\
|
|
146
|
-
Disable rules in `eslint-plugin-react` that conflict with rules in
|
|
146
|
+
Disable rules in `eslint-plugin-react` that conflict with rules in our plugins.
|
|
147
147
|
- `off`\
|
|
148
148
|
Disable all rules in this plugin except for debug rules.
|
|
149
149
|
|
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.
|
|
12
|
+
var version = "2.0.0-next.193";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#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.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.193",
|
|
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.44.1",
|
|
42
42
|
"@typescript-eslint/types": "^8.44.1",
|
|
43
43
|
"@typescript-eslint/utils": "^8.44.1",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"
|
|
47
|
-
"eslint-plugin-react-debug": "2.0.0-next.
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.193",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-next.193",
|
|
46
|
+
"eslint-plugin-react-dom": "2.0.0-next.193",
|
|
47
|
+
"eslint-plugin-react-debug": "2.0.0-next.193",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.193",
|
|
49
|
+
"@eslint-react/kit": "2.0.0-next.193",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.193",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-next.193",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-next.193"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.15.4",
|