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