We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e410e commit 881b7dbCopy full SHA for 881b7db
README.md
@@ -228,9 +228,9 @@ Add the following to your `.eslintrc` config:
228
229
#### Bun
230
231
-[Bun](https://bun.sh/) provides builtin modules such as `bun:test`, which are not resolved by default.
+[Bun](https://bun.sh/) provides built-in modules such as `bun:test`, which are not resolved by default.
232
233
-Enable Bun builtin module resolution by choosing one of these 3 options:
+Enable Bun built-in module resolution by choosing one of these 3 options:
234
235
- Set the `bun: true` option, as shown in [Configuration](#configuration) above
236
- Run ESLint with `bun --bun eslint`
0 commit comments