Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Satpal Tanan committed Sep 27, 2023
1 parent d7aa1bd commit 5b2fc97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-mat-intl-tel-input-tester/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"parserOptions": {
"project": [
"projects/ngx-mat-intl-tel-input-tester//tsconfig.app.json",
"projects/ngx-mat-intl-tel-input-tester//tsconfig.spec.json",
"projects/ngx-mat-intl-tel-input-tester//e2e/tsconfig.json"
"projects/ngx-mat-intl-tel-input-tester/tsconfig.app.json",
"projects/ngx-mat-intl-tel-input-tester/tsconfig.spec.json",
"projects/ngx-mat-intl-tel-input-tester/e2e/tsconfig.json"
],
"createDefaultProgram": true
},
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-mat-intl-tel-input-tester/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"files": [
"src/main.ts",
"src/environments/environment.prod.ts",
"src/polyfills.ts"
],
"include": [
Expand Down

0 comments on commit 5b2fc97

Please sign in to comment.