We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca6284 commit fd0b49fCopy full SHA for fd0b49f
src/config/helpers/eslint.js
@@ -56,7 +56,7 @@ const buildConfig = ({withReact = false} = {}) => {
56
{
57
files: ['**/*.ts?(x)'],
58
parserOptions: {
59
- project: './tsconfig.json',
+ project: './**/*/tsconfig.json',
60
},
61
extends: [
62
'plugin:@typescript-eslint/recommended-requiring-type-checking',
0 commit comments