diff --git a/src/configs/latest.ts b/src/configs/latest.ts index a6523eb76c1..6b7134cc54f 100644 --- a/src/configs/latest.ts +++ b/src/configs/latest.ts @@ -16,6 +16,9 @@ */ export const rules = { + "ordered-imports": [true, { + "named-imports-order": "lowercase-last", + }], }; // work around "extends" being a keyword