Skip to content

Commit

Permalink
chore: alterações finais
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsmepablo committed Aug 13, 2024
1 parent 1388ced commit 8cb8458
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

export default
{ extends: ['@commitlint/config-conventional'],
ignores: [(commit) => commit.includes('[skip ci]')],
}
{
extends: ['@commitlint/config-conventional'],
//@ts-ignore
ignores: [(commit) => commit.includes('[skip ci]')],
}

0 comments on commit 8cb8458

Please sign in to comment.