Adding the skeleton QR code
This commit is contained in:
22
frontend/commitlint.config.js
Normal file
22
frontend/commitlint.config.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'type-enum': [
|
||||
2,
|
||||
'always',
|
||||
[
|
||||
'feat',
|
||||
'fix',
|
||||
'docs',
|
||||
'style',
|
||||
'refactor',
|
||||
'test',
|
||||
'chore',
|
||||
'perf',
|
||||
'ci',
|
||||
'build',
|
||||
'revert',
|
||||
],
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user