zixulu 1.75.0 → 1.75.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.js CHANGED
@@ -1101,11 +1101,13 @@ export default defineConfig([
1101
1101
  globals: globals.browser,
1102
1102
  },
1103
1103
  rules: {
1104
+ "@typescript-eslint/no-explicit-any": "off",
1104
1105
  "@typescript-eslint/no-empty-object-type": "off",
1106
+ "@typescript-eslint/no-non-null-asserted-optional-chain": "off",
1105
1107
  "no-empty": "off",
1106
1108
  "no-extra-boolean-cast": "off",
1107
1109
  "no-unused-vars": "off",${isReact ? `
1108
- "react-refresh/only-export-components": "warn",` : ""}
1110
+ "react-refresh/only-export-components": "off",` : ""}
1109
1111
  "@typescript-eslint/no-unused-vars": [
1110
1112
  "warn",
1111
1113
  {