Skip to content

Commit

Permalink
fixes readme with correct BUILTIN_MODULES setting name (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharf5 committed Jul 4, 2024
1 parent 87a38bd commit 1d2c2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": ["<BUILT_IN_MODULES>", "", "<THIRD_PARTY_MODULES>", "", "^[.]"]
"importOrder": ["<BUILTIN_MODULES>", "", "<THIRD_PARTY_MODULES>", "", "^[.]"]
```

e.g.:
Expand All @@ -272,7 +272,7 @@ If you're using Flow or TypeScript, you might want to separate out your type imp
"<TYPES>^(node:)",
"<TYPES>",
"<TYPES>^[.]",
"<BUILT_IN_MODULES>",
"<BUILTIN_MODULES>",
"<THIRD_PARTY_MODULES>",
"^[.]"
]
Expand Down

0 comments on commit 1d2c2ec

Please sign in to comment.