@eslint-react/jsx 0.7.0 → 0.7.2

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
@@ -232,11 +232,11 @@ declare function isPaddingSpaces(node: TSESTree.Node): boolean;
232
232
 
233
233
  declare const JSXValueCheckHint: {
234
234
  readonly None: 0n;
235
- readonly IgnoreNull: bigint;
236
- readonly IgnoreCreateElement: bigint;
235
+ readonly SkipNull: bigint;
236
+ readonly SkipCreateElement: bigint;
237
+ readonly StrictArray: bigint;
237
238
  readonly StrictLogical: bigint;
238
239
  readonly StrictConditional: bigint;
239
- readonly StrictArrayExpression: bigint;
240
240
  };
241
241
  /**
242
242
  * Check if a node is a JSX value
package/dist/index.d.ts CHANGED
@@ -232,11 +232,11 @@ declare function isPaddingSpaces(node: TSESTree.Node): boolean;
232
232
 
233
233
  declare const JSXValueCheckHint: {
234
234
  readonly None: 0n;
235
- readonly IgnoreNull: bigint;
236
- readonly IgnoreCreateElement: bigint;
235
+ readonly SkipNull: bigint;
236
+ readonly SkipCreateElement: bigint;
237
+ readonly StrictArray: bigint;
237
238
  readonly StrictLogical: bigint;
238
239
  readonly StrictConditional: bigint;
239
- readonly StrictArrayExpression: bigint;
240
240
  };
241
241
  /**
242
242
  * Check if a node is a JSX value