Skip to content

Commit

Permalink
build: add missing parserOptions for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiDimmel committed Jan 16, 2023
1 parent 0844a97 commit 4e0eb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module.exports = {
'plugin:@angular-eslint/recommended',
'plugin:prettier/recommended',
],
parserOptions: {
project: 'tsconfig.json',
},
rules: {
'@angular-eslint/component-selector': [
'error',
Expand Down

0 comments on commit 4e0eb23

Please sign in to comment.