@@ -5,18 +5,18 @@ module.exports = {
55 2 ,
66 'always' ,
77 [
8- 'feat' , // A new feature
9- 'fix' , // A bug fix
10- 'docs' , // Documentation only changes
11- 'style' , // Changes that do not affect the meaning of the code
8+ 'feat' , // A new feature
9+ 'fix' , // A bug fix
10+ 'docs' , // Documentation only changes
11+ 'style' , // Changes that do not affect the meaning of the code
1212 'refactor' , // A code change that neither fixes a bug nor adds a feature
13- 'perf' , // A code change that improves performance
14- 'test' , // Adding missing tests or correcting existing tests
15- 'chore' , // Changes to the build process or auxiliary tools
16- 'ci' , // Changes to CI configuration files and scripts
17- 'build' , // Changes that affect the build system or external dependencies
18- 'revert' // Reverts a previous commit
19- ]
13+ 'perf' , // A code change that improves performance
14+ 'test' , // Adding missing tests or correcting existing tests
15+ 'chore' , // Changes to the build process or auxiliary tools
16+ 'ci' , // Changes to CI configuration files and scripts
17+ 'build' , // Changes that affect the build system or external dependencies
18+ 'revert' , // Reverts a previous commit
19+ ] ,
2020 ] ,
2121 'type-case' : [ 2 , 'always' , 'lower-case' ] ,
2222 'type-empty' : [ 2 , 'never' ] ,
@@ -26,6 +26,6 @@ module.exports = {
2626 'subject-full-stop' : [ 2 , 'never' , '.' ] ,
2727 'header-max-length' : [ 2 , 'always' , 72 ] ,
2828 'body-leading-blank' : [ 2 , 'always' ] ,
29- 'footer-leading-blank' : [ 2 , 'always' ]
30- }
31- } ;
29+ 'footer-leading-blank' : [ 2 , 'always' ] ,
30+ } ,
31+ } ;
0 commit comments