Skip to content

Commit 3893b8e

Browse files
Revert vite.config.mts in latex-integration eslint files list
vite.config.mts is git-tracked source, but sibling VS Code extensions do not list their vite configs in eslint.config.ts and lint passes without it. Co-authored-by: J. Simon Richard <jsimonrichard@gmail.com>
1 parent 587e185 commit 3893b8e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

apps/vscode-extensions/latex-integration/eslint.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ export default defineConfig([
55
...baseConfig,
66
globalIgnores(['out/']),
77
{
8-
files: [
9-
'**/*.ts',
10-
'tsdown.config.mts',
11-
'vite.config.mts',
12-
'.vscode-test.mjs',
13-
],
8+
files: ['**/*.ts', 'tsdown.config.mts', '.vscode-test.mjs'],
149
languageOptions: {
1510
parserOptions: {
1611
tsconfigRootDir: import.meta.dirname,

0 commit comments

Comments
 (0)