Skip to content

Commit 6085546

Browse files
committed
fix(config/eslint): don't set parserOptions
1 parent e76454b commit 6085546

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/config/helpers/eslint.js

-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ const buildConfig = ({withReact = false} = {}) => {
5555
overrides: [
5656
{
5757
files: ['**/*.ts?(x)'],
58-
parserOptions: {
59-
project: './**/*/tsconfig.json',
60-
},
6158
extends: [
6259
'plugin:@typescript-eslint/recommended-requiring-type-checking',
6360
],

0 commit comments

Comments
 (0)