Skip to content

Commit fd0b49f

Browse files
committed
feat: use glob for @typescript-eslint's parserOptions.project setting
1 parent 4ca6284 commit fd0b49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/helpers/eslint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const buildConfig = ({withReact = false} = {}) => {
5656
{
5757
files: ['**/*.ts?(x)'],
5858
parserOptions: {
59-
project: './tsconfig.json',
59+
project: './**/*/tsconfig.json',
6060
},
6161
extends: [
6262
'plugin:@typescript-eslint/recommended-requiring-type-checking',

0 commit comments

Comments
 (0)