Skip to content

Commit 448e40e

Browse files
fix(eslint): ignore temporary vite config files (#167)
* fix:ignore temporary vite config files otherwise eslint might trip over such temp file like this: Error: ENOENT: no such file or directory, open '/home/workflows/workspace/packages/react-router/vite.config.ts.timestamp-1727808513722-641dfc845ba89.mjs' * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 5c72007 commit 448e40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/config/src/eslint/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const GLOB_EXCLUDE = [
1818
'**/coverage/**',
1919
'**/dist/**',
2020
'**/snap/**',
21+
'**/vite.config.*.timestamp-*.*',
2122
]
2223

2324
/** @type {import('eslint').Linter.Config[]} */

0 commit comments

Comments
 (0)