Skip to content

Commit 43a0d9f

Browse files
authored
Include website within main CI linting (#4579)
1 parent c0ed2a6 commit 43a0d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default tsConfig(
2121
'npmDist',
2222
'npmEsmDist',
2323
'denoDist',
24-
'website',
24+
'website/.next',
2525
'integrationTests/ts/*.ts',
2626
],
2727
},
@@ -482,15 +482,15 @@ export default tsConfig(
482482
files: ['integrationTests/node-esm/**/*.js'],
483483
},
484484
{
485-
files: ['**/*.ts'],
485+
files: ['**/*.ts', '**/*.tsx'],
486486
plugins: {
487487
'@typescript-eslint': tsPlugin,
488488
},
489489
extends: [importPlugin.configs.typescript],
490490
languageOptions: {
491491
parser: tsParser,
492492
parserOptions: {
493-
project: ['tsconfig.json', './website/tsconfig.json'],
493+
project: ['tsconfig.json', 'website/tsconfig.json'],
494494
},
495495
},
496496
rules: {

0 commit comments

Comments
 (0)