@eslint-react/jsx 0.6.1 → 0.7.0

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.d.mts CHANGED
@@ -236,6 +236,7 @@ declare const JSXValueCheckHint: {
236
236
  readonly IgnoreCreateElement: bigint;
237
237
  readonly StrictLogical: bigint;
238
238
  readonly StrictConditional: bigint;
239
+ readonly StrictArrayExpression: bigint;
239
240
  };
240
241
  /**
241
242
  * Check if a node is a JSX value
package/dist/index.d.ts CHANGED
@@ -236,6 +236,7 @@ declare const JSXValueCheckHint: {
236
236
  readonly IgnoreCreateElement: bigint;
237
237
  readonly StrictLogical: bigint;
238
238
  readonly StrictConditional: bigint;
239
+ readonly StrictArrayExpression: bigint;
239
240
  };
240
241
  /**
241
242
  * Check if a node is a JSX value