Skip to content

Commit 881b7db

Browse files
authored
Change "builtin" to "built-in"
1 parent 29e410e commit 881b7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ Add the following to your `.eslintrc` config:
228228

229229
#### Bun
230230

231-
[Bun](https://bun.sh/) provides builtin modules such as `bun:test`, which are not resolved by default.
231+
[Bun](https://bun.sh/) provides built-in modules such as `bun:test`, which are not resolved by default.
232232

233-
Enable Bun builtin module resolution by choosing one of these 3 options:
233+
Enable Bun built-in module resolution by choosing one of these 3 options:
234234

235235
- Set the `bun: true` option, as shown in [Configuration](#configuration) above
236236
- Run ESLint with `bun --bun eslint`

0 commit comments

Comments
 (0)