Skip to content

Commit ac6ae22

Browse files
committed
Remove unused import
1 parent 113990c commit ac6ae22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/eslint-plugin-svelte/src/rules/restrict-mustache-expressions.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { TS, TSTools } from '../utils/ts-utils';
66
import { getTypeName, getTypeScriptTools } from '../utils/ts-utils';
77
import { findVariable } from '../utils/ast-utils';
88
import type { RuleContext } from '../types';
9-
import type { Scope, Variable } from '@typescript-eslint/scope-manager';
109

1110
const props = {
1211
allowBoolean: {

0 commit comments

Comments
 (0)