Skip to content

Commit 46f638e

Browse files
authored
chore: fix eslint type
1 parent a431e8f commit 46f638e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import globals from "globals";
33
import tseslint from "typescript-eslint";
44
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
55

6-
/** @type {import('@types/eslint').Linter.FlatConfig[]} */
6+
/** @type {import('@types/eslint').Linter.Config[]} */
77
export default tseslint.config(
88
{
99
ignores: ["dist", "cjs", "build", "eslint.config.mjs"],

0 commit comments

Comments
 (0)