8000 Remove unused import · sveltejs/eslint-plugin-svelte@ac6ae22 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac6ae22

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

File tr 8000 ee

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
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)
0