Skip to content

Commit

Permalink
fix(scripts/lint): use @ts-types instead of @deno-types again
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jul 19, 2024
1 parent e576f12 commit 1a00576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @deno-types="@/types/usercss-meta.d.ts";
// @ts-types="@/types/usercss-meta.d.ts";
import usercssMeta from "usercss-meta";
import * as color from "@std/fmt/colors";
import { sprintf } from "@std/fmt/printf";
Expand Down

0 comments on commit 1a00576

Please sign in to comment.