acaleph-eslint 1.1.4 → 1.1.5
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.cjs +0 -2
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13442,8 +13442,6 @@ async function react(options = {}) {
|
|
|
13442
13442
|
"react-naming-convention/context-name": "warn",
|
|
13443
13443
|
"react-naming-convention/ref-name": "warn",
|
|
13444
13444
|
"react-naming-convention/use-state": "warn",
|
|
13445
|
-
// recommended rules from eslint-plugin-react-rsc https://eslint-react.xyz/docs/rules/overview#rsc-rules
|
|
13446
|
-
"react-rsc/function-definition": "error",
|
|
13447
13445
|
// recommended rules from eslint-plugin-react-web-api https://eslint-react.xyz/docs/rules/overview#web-api-rules
|
|
13448
13446
|
"react-web-api/no-leaked-event-listener": "warn",
|
|
13449
13447
|
"react-web-api/no-leaked-interval": "warn",
|
package/dist/index.js
CHANGED
|
@@ -1161,8 +1161,6 @@ async function react(options = {}) {
|
|
|
1161
1161
|
"react-naming-convention/context-name": "warn",
|
|
1162
1162
|
"react-naming-convention/ref-name": "warn",
|
|
1163
1163
|
"react-naming-convention/use-state": "warn",
|
|
1164
|
-
// recommended rules from eslint-plugin-react-rsc https://eslint-react.xyz/docs/rules/overview#rsc-rules
|
|
1165
|
-
"react-rsc/function-definition": "error",
|
|
1166
1164
|
// recommended rules from eslint-plugin-react-web-api https://eslint-react.xyz/docs/rules/overview#web-api-rules
|
|
1167
1165
|
"react-web-api/no-leaked-event-listener": "warn",
|
|
1168
1166
|
"react-web-api/no-leaked-interval": "warn",
|