eslint-plugin-mgw-eslint-rules 2.3.31 → 2.3.32

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.js CHANGED
@@ -44257,7 +44257,8 @@ var rule7 = createRule7({
44257
44257
  fixable: "code",
44258
44258
  docs: {
44259
44259
  description: "Naming convention for reactive variables and properties (name must end with $ and $$ for WritableSignals and Subjects)",
44260
- recommended: true
44260
+ recommended: true,
44261
+ requiresTypeChecking: true
44261
44262
  },
44262
44263
  messages: {
44263
44264
  reactiveVariableNamingConvention: "Variable `{{ name }}` must end with `{{ suffix }}`.",