Skip to content

Commit 90f9d95

Browse files
committed
Corrected linting configuration.
1 parent ca602b9 commit 90f9d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default [{
2222
"issue/*.js",
2323
"tools/*.js",
2424
"**/dist",
25-
"**/vite.config.ts",
25+
"**/vite.config.mts",
2626
"*.mjs",
2727
],
2828
}, ...compat.extends(

0 commit comments

Comments
 (0)