@jpp-toolkit/eslint-config 0.0.43 → 0.0.45

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.mjs CHANGED
@@ -265,7 +265,7 @@ const reactConfig = defineConfig({
265
265
  settings: { react: { version: "detect" } },
266
266
  rules: {
267
267
  "react/boolean-prop-naming": ["error", {
268
- rule: "^(is|has|can|should)[A-Z][A-Za-z0-9]*",
268
+ rule: "^(is|has|can|should|as)[A-Z][A-Za-z0-9]*",
269
269
  validateNested: true
270
270
  }],
271
271
  "react/button-has-type": "error",