Skip to content

Commit

Permalink
chore: tidy up config
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport committed Feb 6, 2024
1 parent e8c5445 commit 33096b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/config/commitlint.config-ci.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const { utils } = require('@commitlint/config-nx-scopes');

module.exports = {
extends: ['@commitlint/config-conventional', '@commitlint/config-nx-scopes'],
extends: ['@commitlint/config-conventional'],
rules: {
},
};
1 change: 0 additions & 1 deletion .github/workflows/config/commitlint.config.js

This file was deleted.

0 comments on commit 33096b0

Please sign in to comment.