Skip to content

Commit 464d3b1

Browse files
committed
refactor: adjust type imports
1 parent 699b553 commit 464d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Linter, Rule } from "eslint";
1+
import { type Linter, type Rule } from "eslint";
22

33
declare const plugin: {
44
meta: {

0 commit comments

Comments
 (0)