5 changed files with 7 additions and 3 deletions
@ -0,0 +1 @@ |
|||
module.exports = { extends: ['@commitlint/config-conventional'] }; |
|||
@ -0,0 +1 @@ |
|||
lint-staged |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"*": "prettier --ignore-unknown --write" |
|||
} |
|||
@ -1 +0,0 @@ |
|||
export default { extends: ['@commitlint/config-conventional'] }; |
|||
Loading…
Reference in new issue