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
_However_, there may also be times where a rule correctly warns about a subtle problem,
116
-
even if it looks like a false positive at first. With `solid/reactivity`, please look at the
117
-
[docs](./docs/reactivity.md#troubleshooting) before deciding to disable the rule.
118
-
119
103
## Rules
120
104
121
105
✔: Enabled in the `recommended` configuration.
@@ -147,6 +131,22 @@ even if it looks like a false positive at first. With `solid/reactivity`, please
147
131
| ✔ | 🔧 |[solid/style-prop](docs/style-prop.md)| Require CSS properties in the `style` prop to be valid and kebab-cased (ex. 'font-size'), not camel-cased (ex. 'fontSize') like in React, and that property values with dimensions are strings, not numbers with implicit 'px' units. |
148
132
<!-- AUTO-GENERATED-CONTENT:END -->
149
133
134
+
## Troubleshooting
135
+
136
+
The rules in this plugin provide sensible guidelines as well as possible, but there may be times
137
+
where the you better than the rule and want to ignore a warning. Just [add a
138
+
comment](https://eslint.org/docs/latest/user-guide/configuring/rules#disabling-rules) like the
0 commit comments