Skip to content

Commit

Permalink
chore(deps): remove commitlint (#161)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @commitlint/cli to v17.0.1

* chore: remove commitlint

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Roi Koren <roi.koren@deci.ai>
  • Loading branch information
3 people authored May 29, 2022
1 parent f11054b commit 2180fdb
Show file tree
Hide file tree
Showing 7 changed files with 5,442 additions and 7,903 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-lizards-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-es-roikoren': patch
---

chore: remove commitlint
1 change: 0 additions & 1 deletion .commitlintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module.exports = {
'unicorn/prevent-abbreviations': OFF,
},
overrides: [
{ files: ['./.commitlintrc.js', './.eslintrc.js', './.prettierrc.js'], rules: { 'no-undef': OFF } },
{ files: ['./.eslintrc.js', './.prettierrc.js'], rules: { 'no-undef': OFF } },
{
files: ['./.eslintrc.js', './src/index.ts', './src/configs/*.ts'],
rules: { '@typescript-eslint/naming-convention': OFF },
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Node Modules
node_modules/
**/*.js
!.commitlintrc.js
!.eslintrc.js
!.prettierrc.js
**/*.d.ts
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

Loading

0 comments on commit 2180fdb

Please sign in to comment.