Skip to content

Commit

Permalink
typeInfo option points to tsconfig.eslint.json in overrides, see phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jul 19, 2022
1 parent 0545340 commit 150a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const lint = async ( patterns, options ) => {
'**/*.ts'
],
parserOptions: {
project: [ `${patterns[ 0 ]}/tsconfig.json` ]
project: [ '../chipper/eslint/tsconfig.eslint.json' ]
}
} ];
}
Expand Down

0 comments on commit 150a963

Please sign in to comment.