@eslint-react/eslint-plugin 2.3.5-next.0 → 2.3.5-next.3
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.js +47 -47
- package/package.json +12 -12
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.5-next.
|
|
22
|
+
var version = "2.3.5-next.3";
|
|
23
23
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region src/configs/dom.ts
|
|
@@ -216,52 +216,52 @@ var disable_conflict_eslint_plugin_react_exports = /* @__PURE__ */ __export({
|
|
|
216
216
|
rules: () => rules$15
|
|
217
217
|
});
|
|
218
218
|
const conflictingRules = [
|
|
219
|
-
"button-has-type",
|
|
220
|
-
"destructuring-assignment",
|
|
221
|
-
"display-name",
|
|
222
|
-
"forbid-prop-types",
|
|
223
|
-
"forward-ref-uses-ref",
|
|
224
|
-
"hook-use-state",
|
|
225
|
-
"iframe-missing-sandbox",
|
|
226
|
-
"jsx-boolean-value",
|
|
227
|
-
"jsx-filename-extension",
|
|
228
|
-
"jsx-fragments",
|
|
229
|
-
"jsx-key",
|
|
230
|
-
"jsx-no-comment-textnodes",
|
|
231
|
-
"jsx-no-constructed-context-values",
|
|
232
|
-
"jsx-no-duplicate-props",
|
|
233
|
-
"jsx-no-leaked-render",
|
|
234
|
-
"jsx-no-script-url",
|
|
235
|
-
"jsx-no-target-blank",
|
|
236
|
-
"jsx-no-undef",
|
|
237
|
-
"jsx-no-useless-fragment",
|
|
238
|
-
"jsx-pascal-case",
|
|
239
|
-
"jsx-uses-react",
|
|
240
|
-
"jsx-uses-vars",
|
|
241
|
-
"no-access-state-in-setstate",
|
|
242
|
-
"no-array-index-key",
|
|
243
|
-
"no-children-prop",
|
|
244
|
-
"no-danger",
|
|
245
|
-
"no-danger-with-children",
|
|
246
|
-
"no-deprecated",
|
|
247
|
-
"no-did-mount-set-state",
|
|
248
|
-
"no-did-update-set-state",
|
|
249
|
-
"no-direct-mutation-state",
|
|
250
|
-
"no-find-dom-node",
|
|
251
|
-
"no-namespace",
|
|
252
|
-
"no-object-type-as-default-prop",
|
|
253
|
-
"no-redundant-should-component-update",
|
|
254
|
-
"no-render-return-value",
|
|
255
|
-
"no-string-refs",
|
|
256
|
-
"no-unknown-property",
|
|
257
|
-
"no-unsafe",
|
|
258
|
-
"no-unstable-nested-components",
|
|
259
|
-
"no-unused-class-component-members",
|
|
260
|
-
"no-unused-state",
|
|
261
|
-
"no-will-update-set-state",
|
|
262
|
-
"prefer-read-only-props",
|
|
263
|
-
"prop-types",
|
|
264
|
-
"void-dom-elements-no-children"
|
|
219
|
+
"react/button-has-type",
|
|
220
|
+
"react/destructuring-assignment",
|
|
221
|
+
"react/display-name",
|
|
222
|
+
"react/forbid-prop-types",
|
|
223
|
+
"react/forward-ref-uses-ref",
|
|
224
|
+
"react/hook-use-state",
|
|
225
|
+
"react/iframe-missing-sandbox",
|
|
226
|
+
"react/jsx-boolean-value",
|
|
227
|
+
"react/jsx-filename-extension",
|
|
228
|
+
"react/jsx-fragments",
|
|
229
|
+
"react/jsx-key",
|
|
230
|
+
"react/jsx-no-comment-textnodes",
|
|
231
|
+
"react/jsx-no-constructed-context-values",
|
|
232
|
+
"react/jsx-no-duplicate-props",
|
|
233
|
+
"react/jsx-no-leaked-render",
|
|
234
|
+
"react/jsx-no-script-url",
|
|
235
|
+
"react/jsx-no-target-blank",
|
|
236
|
+
"react/jsx-no-undef",
|
|
237
|
+
"react/jsx-no-useless-fragment",
|
|
238
|
+
"react/jsx-pascal-case",
|
|
239
|
+
"react/jsx-uses-react",
|
|
240
|
+
"react/jsx-uses-vars",
|
|
241
|
+
"react/no-access-state-in-setstate",
|
|
242
|
+
"react/no-array-index-key",
|
|
243
|
+
"react/no-children-prop",
|
|
244
|
+
"react/no-danger",
|
|
245
|
+
"react/no-danger-with-children",
|
|
246
|
+
"react/no-deprecated",
|
|
247
|
+
"react/no-did-mount-set-state",
|
|
248
|
+
"react/no-did-update-set-state",
|
|
249
|
+
"react/no-direct-mutation-state",
|
|
250
|
+
"react/no-find-dom-node",
|
|
251
|
+
"react/no-namespace",
|
|
252
|
+
"react/no-object-type-as-default-prop",
|
|
253
|
+
"react/no-redundant-should-component-update",
|
|
254
|
+
"react/no-render-return-value",
|
|
255
|
+
"react/no-string-refs",
|
|
256
|
+
"react/no-unknown-property",
|
|
257
|
+
"react/no-unsafe",
|
|
258
|
+
"react/no-unstable-nested-components",
|
|
259
|
+
"react/no-unused-class-component-members",
|
|
260
|
+
"react/no-unused-state",
|
|
261
|
+
"react/no-will-update-set-state",
|
|
262
|
+
"react/prefer-read-only-props",
|
|
263
|
+
"react/prop-types",
|
|
264
|
+
"react/void-dom-elements-no-children"
|
|
265
265
|
];
|
|
266
266
|
const name$13 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
267
267
|
const rules$15 = Object.fromEntries(conflictingRules.map((key) => [key, "off"]));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.3.5-next.
|
|
3
|
+
"version": "2.3.5-next.3",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"./package.json"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@typescript-eslint/scope-manager": "^8.46.
|
|
44
|
-
"@typescript-eslint/type-utils": "^8.46.
|
|
45
|
-
"@typescript-eslint/types": "^8.46.
|
|
46
|
-
"@typescript-eslint/utils": "^8.46.
|
|
43
|
+
"@typescript-eslint/scope-manager": "^8.46.4",
|
|
44
|
+
"@typescript-eslint/type-utils": "^8.46.4",
|
|
45
|
+
"@typescript-eslint/types": "^8.46.4",
|
|
46
|
+
"@typescript-eslint/utils": "^8.46.4",
|
|
47
47
|
"ts-api-utils": "^2.1.0",
|
|
48
|
-
"@eslint-react/eff": "2.3.5-next.
|
|
49
|
-
"
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-
|
|
52
|
-
"eslint-plugin-react-naming-convention": "2.3.5-next.
|
|
53
|
-
"eslint-plugin-react-web-api": "2.3.5-next.
|
|
54
|
-
"eslint-plugin-react-x": "2.3.5-next.
|
|
48
|
+
"@eslint-react/eff": "2.3.5-next.3",
|
|
49
|
+
"eslint-plugin-react-dom": "2.3.5-next.3",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.3.5-next.3",
|
|
51
|
+
"@eslint-react/shared": "2.3.5-next.3",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.3.5-next.3",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.3.5-next.3",
|
|
54
|
+
"eslint-plugin-react-x": "2.3.5-next.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.16.1",
|