Skip to content

Commit 8c5c035

Browse files
ignore vitest from filename-naming-convention
1 parent 1b6c59e commit 8c5c035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export default defineConfig(
114114
'**/*.d.ts',
115115
'src/vite-env.d.ts',
116116
'vite.config.ts',
117+
'vitest.config.ts',
117118
],
118119
rules: {
119120
'check-file/filename-naming-convention': 'off',

0 commit comments

Comments
 (0)