bbovenzi commented on code in PR #43093:
URL: https://github.com/apache/airflow/pull/43093#discussion_r1803616833
##########
airflow/ui/rules/perfectionist.js:
##########
@@ -128,16 +119,21 @@ export const perfectionistRules =
/**
* Enforce sorted TypeScript union types.
*
- * @see
[perfectionist/sort-union-types](https://perfectionist.dev/rules/sort-union-types)
- */
- [`${perfectionistNamespace}/sort-union-types`]: ERROR,
-
- /**
- * Enforce sorted attributes in Vue elements.
+ * nullish groups will leave null and undefined at the end
*
- * @see
[perfectionist/sort-vue-attributes](https://perfectionist.dev/rules/sort-vue-attributes)
Review Comment:
We don't use vue
##########
airflow/ui/rules/perfectionist.js:
##########
@@ -109,14 +102,12 @@ export const perfectionistRules =
*
* @see
[perfectionist/sort-objects](https://perfectionist.dev/rules/sort-objects)
*/
- [`${perfectionistNamespace}/sort-objects`]: ERROR,
-
- /**
- * Enforce sorted attributes in Svelte elements.
- *
- * @see
[perfectionist/sort-svelte-attributes](https://perfectionist.dev/rules/sort-svelte-attributes)
- */
- [`${perfectionistNamespace}/sort-svelte-attributes`]: ERROR,
Review Comment:
We on't use svelte
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]