Skip to content

Commit

Permalink
chore: lint uploader-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Jul 16, 2024
1 parent d63b3b0 commit e5ebfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "e2e/**/*.ts"]
"include": ["src/**/*.ts", "e2e/**/*.ts", "uploader-examples/**/*.ts"]
}

0 comments on commit e5ebfe0

Please sign in to comment.