You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ✔ | 🔧 |[solid/jsx-no-undef](docs/jsx-no-undef.md)| Disallow references to undefined variables in JSX. Handles custom directives. |
130
130
| ✔ ||[solid/jsx-uses-vars](docs/jsx-uses-vars.md)| Prevent variables used in JSX from being marked as unused. |
131
-
|||[solid/no-array-handlers](docs/no-array-handlers.md)| Disallow usage of unsafe event handlers. |
131
+
|||[solid/no-array-handlers](docs/no-array-handlers.md)| Disallow usage of type-unsafe event handlers. |
132
132
| ✔ | 🔧 |[solid/no-destructure](docs/no-destructure.md)| Disallow destructuring props. In Solid, props must be used with property accesses (`props.foo`) to preserve reactivity. This rule only tracks destructuring in the parameter list. |
133
133
| ✔ | 🔧 |[solid/no-innerhtml](docs/no-innerhtml.md)| Disallow usage of the innerHTML attribute, which can often lead to security vulnerabilities. |
134
134
|||[solid/no-proxy-apis](docs/no-proxy-apis.md)| Disallow usage of APIs that use ES6 Proxies, only to target environments that don't support them. |
0 commit comments