Skip to content

Commit

Permalink
Merge pull request #27018 from qmonmert/angtypeeslint
Browse files Browse the repository at this point in the history
[Angular] typescript-eslint 8.2.0
  • Loading branch information
mshima committed Aug 20, 2024
2 parents d2344be + da52af6 commit 8dfce28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/angular/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "5.0.8",
"ts-jest": "29.2.4",
"typescript": "5.4.5",
"typescript-eslint": "8.1.0",
"typescript-eslint": "8.2.0",
"webpack": "5.93.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-merge": "6.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default class NavbarComponent implements OnInit {
}
<%_ } _%>
},
error => {
(error: unknown) => {
// eslint-disable-next-line no-console
console.log('Error loading <%= remote.lowercaseBaseName %> entities', error);
}
Expand Down

0 comments on commit 8dfce28

Please sign in to comment.