File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ export default {
308
308
// enable: false, // optional, defaults to true
309
309
// optional, options to pass to the resolver https://github.com/import-js/eslint-import-resolver-typescript#configuration
310
310
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
312
312
},
313
313
resolver: tsResolver, // required, the resolver object
314
314
},
@@ -327,7 +327,7 @@ module.exports = {
327
327
// enable: false, // optional, defaults to true
328
328
// optional, options to pass to the resolver https://github.com/import-js/eslint-import-resolver-typescript#configuration
329
329
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
331
331
},
332
332
resolver: tsResolver, // required, the resolver object
333
333
},
You can’t perform that action at this time.
0 commit comments