Skip to content

azimtechie/angular-husky

 
 

Repository files navigation

Angular Husky

Source code used in the article Configure Husky with Angular on the Blouppy website.

Project type

  • Angular project.

Project version

  • Angular 15. This project was generated with Angular CLI version 15.2.4.

NPM packages includes

  • @angular-eslint/builder: 15.2.1 (An Angular CLI Builder which is used to execute ESLint on the Angular project using standard commands such as ng lint.)
  • @angular-eslint/eslint-plugin: 15.2.1 (An ESLint-specific plugin that contains rules which are specific to Angular projects. It can be combined with any other ESLint plugins in the normal way.)
  • @angular-eslint/eslint-plugin-template: 15.2.1 (An ESLint-specific plugin which, when used in conjunction with @angular-eslint/template-parser, allows for Angular template-specific linting rules to run.)
  • @angular-eslint/schematics: 15.2.1 (Schematics which are used to add and update configuration files which are relevant for running ESLint on an Angular workspace.)
  • @angular-eslint/template-parser: 15.2.1 (An ESLint-specific parser which leverages the @angular/compiler to allow for custom ESLint rules to be written which assert things about your Angular templates.)
  • @commitlint/cli: 17.6.3 (Lint your commit messages)
  • @commitlint/config-conventional: 17.6.3 (Shareable commitlint config enforcing conventional commits)
  • eslint: 8.33.0
  • eslint-config-prettier: 8.8.0 (Turns off all rules that are unnecessary or might conflict with Prettier.)
  • husky: 8.0.3 (Modern native Git hooks made easy)
  • lint-staged: 13.2.2 (Lint files staged by git)
  • prettier: 2.8.8

Give a Star! ⭐

If you like or are using this project please give it a star. Thanks!

Support this project! 🙏

If you want to help me to maintain this project or add improvements, it would be a pleasure!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.4%
  • HTML 12.4%
  • SCSS 2.8%
  • JavaScript 2.4%
  • Shell 2.0%