Skip to content

Commit

Permalink
Merge pull request #989 from Tony133/chore/update-eslintrc
Browse files Browse the repository at this point in the history
chore(): updated parser options in .eslintrc.js
  • Loading branch information
kamilmysliwiec committed Apr 7, 2022
2 parents e636fd2 + 12853af commit 228be8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/application/files/ts/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir : __dirname,
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
Expand Down

0 comments on commit 228be8e

Please sign in to comment.