Skip to content

Commit 6394aec

Browse files
committed
chore: fix type error
1 parent 19c2fce commit 6394aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DEV_FILES = ["eslint.config.js"]
77
/** @type {import("eslint").Linter.Config[]} */
88
export default [
99
{
10-
ignores: commonIgnores,
10+
ignores: [...commonIgnores],
1111
},
1212
{
1313
...tsNodeConfig,

0 commit comments

Comments
 (0)