Skip to content

Commit

Permalink
docs: add stackblitz link and fix broken link to commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
joematthews committed Mar 2, 2024
1 parent 8ce8ee6 commit bd7d310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is an opinionated Angular starter project that enforces best practices and provides a robust foundation for building modern, scalable web applications using Angular and its ecosystem of tools and libraries. Please feel free to use this as-is, or as inspiration, for your next Angular project ❤️

<!-- You can run and explore extreme-angular on StackBlitz: https://stackblitz.com/github/joematthews/extreme-angular?preset=node -->
You can run and explore extreme-angular on StackBlitz: https://stackblitz.com/github/joematthews/extreme-angular?preset=node

> [!NOTE]
> If you run into _any issues at all_ with installing, updating, or using extreme-angular, then please search through the [issues](https://github.com/joematthews/extreme-angular/issues). If you do not see a similar issue, then please create a new issue -- thank you! 🙏
Expand All @@ -22,7 +22,7 @@ This is an opinionated Angular starter project that enforces best practices and
- [Stylelint](#stylelint)
- [VSCode](#vscode)
- [Code Spell Checker](#code-spell-checker)
- [Commitizen](#commitizen)
- [Commitizen & Commitlint](#commitizen--commitlint)
- [Husky & Lint-Staged](#husky--lint-staged)
- [Notes directory](#notes-directory)
- [Updating](#updating)
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUncheckedIndexedAccess": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit bd7d310

Please sign in to comment.