acaleph-eslint 1.1.4 → 1.1.6
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 -7
- package/dist/index.js +0 -7
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13442,13 +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
|
-
// recommended rules from eslint-plugin-react-web-api https://eslint-react.xyz/docs/rules/overview#web-api-rules
|
|
13448
|
-
"react-web-api/no-leaked-event-listener": "warn",
|
|
13449
|
-
"react-web-api/no-leaked-interval": "warn",
|
|
13450
|
-
"react-web-api/no-leaked-resize-observer": "warn",
|
|
13451
|
-
"react-web-api/no-leaked-timeout": "warn",
|
|
13452
13445
|
// recommended rules from eslint-plugin-react-x https://eslint-react.xyz/docs/rules/overview#core-rules
|
|
13453
13446
|
"react/jsx-key-before-spread": "warn",
|
|
13454
13447
|
"react/jsx-no-comment-textnodes": "warn",
|
package/dist/index.js
CHANGED
|
@@ -1161,13 +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
|
-
// recommended rules from eslint-plugin-react-web-api https://eslint-react.xyz/docs/rules/overview#web-api-rules
|
|
1167
|
-
"react-web-api/no-leaked-event-listener": "warn",
|
|
1168
|
-
"react-web-api/no-leaked-interval": "warn",
|
|
1169
|
-
"react-web-api/no-leaked-resize-observer": "warn",
|
|
1170
|
-
"react-web-api/no-leaked-timeout": "warn",
|
|
1171
1164
|
// recommended rules from eslint-plugin-react-x https://eslint-react.xyz/docs/rules/overview#core-rules
|
|
1172
1165
|
"react/jsx-key-before-spread": "warn",
|
|
1173
1166
|
"react/jsx-no-comment-textnodes": "warn",
|