Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-cloudnc committed Jan 16, 2024
1 parent c3e1972 commit b9b5429
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 968 deletions.
4 changes: 1 addition & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
}
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
"schematicCollections": ["@angular-eslint/schematics"]
}
}
4 changes: 1 addition & 3 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
/>
</a>

<h1>
Welcome to observable-webworker!
</h1>
<h1>Welcome to observable-webworker!</h1>

<app-single-worker></app-single-worker>

Expand Down
Loading

0 comments on commit b9b5429

Please sign in to comment.