Skip to content

Commit a2b1e45

Browse files
committed
Change vitest config file extension
The vitest config file has an extension of `.mts`, not `.mjs`
1 parent d3d638b commit a2b1e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = [
1111
'**/dist',
1212
'eslint.config.js',
1313
'public',
14-
'vitest.config.mjs',
14+
'vitest.config.mts',
1515
'playwright-report',
1616
],
1717
},

0 commit comments

Comments
 (0)