From 2e2901eb4d1f63b18ef6a6acfce3fc3d4b3ea7b8 Mon Sep 17 00:00:00 2001 From: Tushar Sharma Date: Thu, 4 Jul 2024 14:19:28 +0530 Subject: [PATCH] fixes readme with correct BUILTIN_MODULES setting name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7698d16..dcbc8d7 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ import styles from './global.css'; If you want to group your imports into "chunks" with blank lines between, you can add empty strings like this: ```json -"importOrder": ["", "", "", "", "^[.]"] +"importOrder": ["", "", "", "", "^[.]"] ``` e.g.: @@ -272,7 +272,7 @@ If you're using Flow or TypeScript, you might want to separate out your type imp "^(node:)", "", "^[.]", - "", + "", "", "^[.]" ]