Skip to content

Commit 0a56639

Browse files
committed
Fix eslint error
1 parent a6dba54 commit 0a56639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/includes/vscode-select/OptionListController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import {ReactiveController, ReactiveControllerHost} from 'lit';
2-
import {FilterMethod, InternalOption, Option} from './types';
2+
import {FilterMethod, InternalOption, Option} from './types.js';
33
import {
44
containsSearch,
55
fuzzySearch,
66
SearchResult,
77
startsWithPerTermSearch,
88
startsWithSearch,
9-
} from './helpers';
9+
} from './helpers.js';
1010

1111
export class OptionListController implements ReactiveController {
1212
private _activeIndex = -1;

0 commit comments

Comments
 (0)