We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ed2a6 commit 43a0d9fCopy full SHA for 43a0d9f
eslint.config.mjs
@@ -21,7 +21,7 @@ export default tsConfig(
21
'npmDist',
22
'npmEsmDist',
23
'denoDist',
24
- 'website',
+ 'website/.next',
25
'integrationTests/ts/*.ts',
26
],
27
},
@@ -482,15 +482,15 @@ export default tsConfig(
482
files: ['integrationTests/node-esm/**/*.js'],
483
484
{
485
- files: ['**/*.ts'],
+ files: ['**/*.ts', '**/*.tsx'],
486
plugins: {
487
'@typescript-eslint': tsPlugin,
488
489
extends: [importPlugin.configs.typescript],
490
languageOptions: {
491
parser: tsParser,
492
parserOptions: {
493
- project: ['tsconfig.json', './website/tsconfig.json'],
+ project: ['tsconfig.json', 'website/tsconfig.json'],
494
495
496
rules: {
0 commit comments