Skip to content

Commit 33286bc

Browse files
committed
fix: add ts files to config
1 parent db34135 commit 33286bc

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
@@ -23,7 +23,7 @@ export default [
2323
ecmaVersion: 2021,
2424
sourceType: "module", // Changed from "commonjs" to "module"
2525
},
26-
26+
files: ["**/*.{ts,mts,cts}"],
2727
rules: {
2828
"arrow-spacing": [
2929
"warn",

0 commit comments

Comments
 (0)