Skip to content

Commit

Permalink
chore: add @juntossomosmais/linters (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho authored Jul 24, 2023
1 parent c37fc8b commit 5332b4e
Show file tree
Hide file tree
Showing 3 changed files with 6,207 additions and 26,715 deletions.
20 changes: 1 addition & 19 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat',
'fix',
'docs',
'chore',
'style',
'refactor',
'ci',
'test',
'revert',
'perf',
],
],
},
extends: ['@juntossomosmais/linters/commitlint.config.js'],
}
Loading

0 comments on commit 5332b4e

Please sign in to comment.