diff --git a/scripts/lint.mjs b/scripts/lint.mjs
index 6df9025..5005b6d 100644
--- a/scripts/lint.mjs
+++ b/scripts/lint.mjs
@@ -1,5 +1,4 @@
-/* global hexo */
-'use strict';
+// @ts-check
 
 import { lint as lintAsync } from "markdownlint/async";