@eslint-react/eslint-plugin 3.0.0-next.14 → 3.0.0-next.16
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 +5 -0
- package/dist/index.js +5 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
- [Rules](#rules)
|
|
29
29
|
- [Benchmark](#benchmark)
|
|
30
30
|
- [FAQ](#faq)
|
|
31
|
+
- [Changelog](#changelog)
|
|
31
32
|
- [Roadmap](#roadmap)
|
|
32
33
|
- [Disclaimer](#disclaimer)
|
|
33
34
|
- [Contributing](#contributing)
|
|
@@ -195,6 +196,10 @@ export default defineConfig(
|
|
|
195
196
|
|
|
196
197
|
[Frequently Asked Questions ↗](https://eslint-react.xyz/docs/faq)
|
|
197
198
|
|
|
199
|
+
## Changelog
|
|
200
|
+
|
|
201
|
+
[Changelog ↗](https://www.eslint-react.xyz/docs/changelog)
|
|
202
|
+
|
|
198
203
|
## Roadmap
|
|
199
204
|
|
|
200
205
|
- [Milestone 3.0 ↗](https://eslint-react.xyz/docs/roadmap#milestone-30-tbd)
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportAll = (all, no_symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$19 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "3.0.0-next.
|
|
27
|
+
var version = "3.0.0-next.16";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -183,10 +183,13 @@ const rules$16 = {
|
|
|
183
183
|
"@eslint-react/no-useless-fragment": "warn",
|
|
184
184
|
"@eslint-react/prefer-destructuring-assignment": "warn",
|
|
185
185
|
"@eslint-react/prefer-namespace-import": "warn",
|
|
186
|
+
"@eslint-react/refs": "error",
|
|
186
187
|
"@eslint-react/prefer-use-state-lazy-initialization": "warn",
|
|
187
188
|
"@eslint-react/purity": "warn",
|
|
188
189
|
"@eslint-react/rules-of-hooks": "error",
|
|
189
190
|
"@eslint-react/set-state-in-effect": "warn",
|
|
191
|
+
"@eslint-react/set-state-in-render": "error",
|
|
192
|
+
"@eslint-react/unsupported-syntax": "error",
|
|
190
193
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
|
191
194
|
"@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
192
195
|
"@eslint-react/dom/no-find-dom-node": "error",
|
|
@@ -310,6 +313,7 @@ const rules$13 = {
|
|
|
310
313
|
"@eslint-react/prefer-read-only-props": "off",
|
|
311
314
|
"@eslint-react/refs": "off",
|
|
312
315
|
"@eslint-react/rules-of-hooks": "off",
|
|
316
|
+
"@eslint-react/set-state-in-render": "off",
|
|
313
317
|
"@eslint-react/rsc/function-definition": "off"
|
|
314
318
|
};
|
|
315
319
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.16",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@typescript-eslint/types": "canary",
|
|
47
47
|
"@typescript-eslint/utils": "canary",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/eff": "3.0.0-next.
|
|
50
|
-
"@eslint-react/shared": "3.0.0-next.
|
|
51
|
-
"eslint-plugin-react-dom": "3.0.0-next.
|
|
52
|
-
"eslint-plugin-react-naming-convention": "3.0.0-next.
|
|
53
|
-
"eslint-plugin-react-rsc": "3.0.0-next.
|
|
54
|
-
"eslint-plugin-react-web-api": "3.0.0-next.
|
|
55
|
-
"eslint-plugin-react-x": "3.0.0-next.
|
|
49
|
+
"@eslint-react/eff": "3.0.0-next.16",
|
|
50
|
+
"@eslint-react/shared": "3.0.0-next.16",
|
|
51
|
+
"eslint-plugin-react-dom": "3.0.0-next.16",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.16",
|
|
53
|
+
"eslint-plugin-react-rsc": "3.0.0-next.16",
|
|
54
|
+
"eslint-plugin-react-web-api": "3.0.0-next.16",
|
|
55
|
+
"eslint-plugin-react-x": "3.0.0-next.16"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|