File tree Expand file tree Collapse file tree 4 files changed +332
-14
lines changed
packages/commitlint-config Expand file tree Collapse file tree 4 files changed +332
-14
lines changed Original file line number Diff line number Diff line change
1
+ # Shareable commitlint config for Angular projects
2
+
3
+ <p >
4
+ <a href =" https://badge.fury.io/js/%40angular-ru%2Fcommitlint-config " >
5
+ <img src="https://badge.fury.io/js/%40angular-ru%2Fcommitlint-config.svg" />
6
+ </a >
7
+ <a href =" https://npm-stat.com/charts.html?package=%40angular-ru%2Fcommitlint-config&from=2019-09-01 " >
8
+ <img src="https://img.shields.io/npm/dw/@angular-ru/commitlint-config" />
9
+ </a >
10
+ </p >
11
+
12
+ ### Quick start
13
+
14
+ ``` bash
15
+ $ npm install @angular-ru/commitlint-config -D
16
+ ```
17
+
18
+ Create file ` commitlint.config.js ` in the root of your project:
19
+
20
+ ``` js
21
+ module .exports = { extends: [' @commitlint/config-conventional' ] };
22
+ ```
Original file line number Diff line number Diff line change
1
+ module . exports = { extends : [ '@commitlint/config-conventional' ] } ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @angular-ru/commitlint-config" ,
3
+ "version" : " 14.99.0" ,
4
+ "private" : false ,
5
+ "description" : " Shared commitlint config for Angular projects" ,
6
+ "repository" : " git+https://github.com/Angular-RU/angular-ru-sdk.git" ,
7
+ "license" : " MIT" ,
8
+ "author" :
" Schirbak <[email protected] >" ,
9
+ "files" : [
10
+ " index.js"
11
+ ],
12
+ "dependencies" : {
13
+ "@commitlint/cli" : " 11.0.0" ,
14
+ "@commitlint/config-conventional" : " 11.0.0"
15
+ }
16
+ }
You can’t perform that action at this time.
0 commit comments