We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parserOptions
1 parent e76454b commit 6085546Copy full SHA for 6085546
src/config/helpers/eslint.js
@@ -55,9 +55,6 @@ const buildConfig = ({withReact = false} = {}) => {
55
overrides: [
56
{
57
files: ['**/*.ts?(x)'],
58
- parserOptions: {
59
- project: './**/*/tsconfig.json',
60
- },
61
extends: [
62
'plugin:@typescript-eslint/recommended-requiring-type-checking',
63
],
0 commit comments