acaleph-eslint 1.2.0 → 1.2.1
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 -13
- package/dist/index.js +0 -13
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13384,19 +13384,6 @@ async function react(options = {}) {
|
|
|
13384
13384
|
name: "acaleph/react/rules",
|
|
13385
13385
|
rules: {
|
|
13386
13386
|
...pluginReact.configs.recommended.rules,
|
|
13387
|
-
// recommended rules from eslint-plugin-react-dom https://eslint-react.xyz/docs/rules/overview#dom-rules
|
|
13388
|
-
"react-dom/no-dangerously-set-innerhtml": "warn",
|
|
13389
|
-
"react-dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
13390
|
-
"react-dom/no-find-dom-node": "error",
|
|
13391
|
-
"react-dom/no-flush-sync": "error",
|
|
13392
|
-
"react-dom/no-hydrate": "error",
|
|
13393
|
-
"react-dom/no-namespace": "error",
|
|
13394
|
-
"react-dom/no-render": "error",
|
|
13395
|
-
"react-dom/no-render-return-value": "error",
|
|
13396
|
-
"react-dom/no-script-url": "warn",
|
|
13397
|
-
"react-dom/no-unsafe-iframe-sandbox": "warn",
|
|
13398
|
-
"react-dom/no-use-form-state": "error",
|
|
13399
|
-
"react-dom/no-void-elements-with-children": "error",
|
|
13400
13387
|
"react-refresh/only-export-components": [
|
|
13401
13388
|
"error",
|
|
13402
13389
|
{
|
package/dist/index.js
CHANGED
|
@@ -1103,19 +1103,6 @@ async function react(options = {}) {
|
|
|
1103
1103
|
name: "acaleph/react/rules",
|
|
1104
1104
|
rules: {
|
|
1105
1105
|
...pluginReact.configs.recommended.rules,
|
|
1106
|
-
// recommended rules from eslint-plugin-react-dom https://eslint-react.xyz/docs/rules/overview#dom-rules
|
|
1107
|
-
"react-dom/no-dangerously-set-innerhtml": "warn",
|
|
1108
|
-
"react-dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
1109
|
-
"react-dom/no-find-dom-node": "error",
|
|
1110
|
-
"react-dom/no-flush-sync": "error",
|
|
1111
|
-
"react-dom/no-hydrate": "error",
|
|
1112
|
-
"react-dom/no-namespace": "error",
|
|
1113
|
-
"react-dom/no-render": "error",
|
|
1114
|
-
"react-dom/no-render-return-value": "error",
|
|
1115
|
-
"react-dom/no-script-url": "warn",
|
|
1116
|
-
"react-dom/no-unsafe-iframe-sandbox": "warn",
|
|
1117
|
-
"react-dom/no-use-form-state": "error",
|
|
1118
|
-
"react-dom/no-void-elements-with-children": "error",
|
|
1119
1106
|
"react-refresh/only-export-components": [
|
|
1120
1107
|
"error",
|
|
1121
1108
|
{
|