We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deecbec commit 0ad5850Copy full SHA for 0ad5850
airflow/ui/rules/react.js
@@ -458,11 +458,11 @@ export const reactRules = /** @type {const} @satisfies {FlatConfig.Config} */ ({
458
[`${reactNamespace}/jsx-key`]: ERROR,
459
460
/**
461
- * Enforce JSX maximum depth to 5.
+ * Enforce JSX maximum depth to 7.
462
*
463
* @see [react/jsx-max-depth](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/docs/rules/jsx-max-depth.md)
464
*/
465
- [`${reactNamespace}/jsx-max-depth`]: [ERROR, { max: 5 }],
+ [`${reactNamespace}/jsx-max-depth`]: [ERROR, { max: 7 }],
466
467
468
* Disallow comments from being inserted as text nodes.
0 commit comments