Skip to content

Commit

Permalink
Tweak to parserOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Sep 9, 2021
1 parent 1fe537f commit bdf592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.eslintrc.js
Expand Up @@ -2,7 +2,7 @@ module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
project: ['./packages/*/tsconfig.json'],
project: ['./tsconfig.json', './packages/**/tsconfig.json'],
tsconfigRootDir: __dirname,
},
plugins: ['@typescript-eslint', 'jsdoc'],
Expand Down

0 comments on commit bdf592c

Please sign in to comment.