Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @house-of-angular/commit-lint with all npm packages installed. Try it out:

@house-of-angular/commit-lint lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:

require("@commitlint/types/package.json"); // @commitlint/types is a peer dependency. require("@angular/core/package.json"); // @angular/core is a peer dependency. require("json5/package.json"); // json5 is a peer dependency. require("symlink-or-copy/package.json"); // symlink-or-copy is a peer dependency. require("commander/package.json"); // commander is a peer dependency. require("glob/package.json"); // glob is a peer dependency. require("@commitlint/lint/package.json"); // @commitlint/lint is a peer dependency. require("@angular/common/package.json"); // @angular/common is a peer dependency. require("shelljs/package.json"); // shelljs is a peer dependency. require("chalk/package.json"); // chalk is a peer dependency. // require("@house-of-angular/commit-lint/[??]")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@house-of-angular/commit-lint v16.0.1

Package for handling validation of commits, nx tags, branch and code formatting

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free