Skip to content

Commit 1b53908

Browse files
committed
change import
1 parent 2eec4d8 commit 1b53908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import type {
2121
LinterRunOptions,
2222
LinterSuggestion,
2323
} from '@adguard/aglint/linter';
24+
import { CommentMarker, type ConfigCommentRule, ConfigCommentRuleParser } from '@adguard/agtree';
2425
import debounce from 'debounce';
2526
import {
2627
CodeAction,
@@ -43,7 +44,6 @@ import {
4344
import { TextDocument } from 'vscode-languageserver-textdocument';
4445

4546
import { LSPFileSystemAdapter } from './adapters/fs';
46-
import { CommentMarker, type ConfigCommentRule, ConfigCommentRuleParser } from './agtree';
4747
import {
4848
AGLINT_REPO_URL,
4949
EMPTY,

0 commit comments

Comments
 (0)