Skip to content

Commit e9d54cf

Browse files
authored
Add link to Bun section in eslint-import-resolver-typescript docs
1 parent d2063a7 commit e9d54cf

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
@@ -308,7 +308,7 @@ export default {
308308
// enable: false, // optional, defaults to true
309309
// optional, options to pass to the resolver https://github.com/import-js/eslint-import-resolver-typescript#configuration
310310
options: {
311-
bun: true, // optional, resolve Bun modules, defaults to false
311+
bun: true, // optional, resolve Bun modules https://github.com/import-js/eslint-import-resolver-typescript#bun
312312
},
313313
resolver: tsResolver, // required, the resolver object
314314
},
@@ -327,7 +327,7 @@ module.exports = {
327327
// enable: false, // optional, defaults to true
328328
// optional, options to pass to the resolver https://github.com/import-js/eslint-import-resolver-typescript#configuration
329329
options: {
330-
bun: true, // optional, resolve Bun modules, defaults to false
330+
bun: true, // optional, resolve Bun modules https://github.com/import-js/eslint-import-resolver-typescript#bun
331331
},
332332
resolver: tsResolver, // required, the resolver object
333333
},

0 commit comments

Comments
 (0)