Skip to content

Commit

Permalink
chore: refine format files (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn authored Sep 10, 2024
1 parent 900d5b6 commit cb986b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v6
with:
configFile: tools/commitlint/commitlint.config.mjs
3 changes: 3 additions & 0 deletions tools/commitlint/commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: ['@commitlint/config-conventional'],
};
1 change: 0 additions & 1 deletion tools/prettier/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
printWidth: 80,
singleQuote: true,
plugins: ['prettier-plugin-jsdoc'],
tsdoc: true,
};

0 comments on commit cb986b3

Please sign in to comment.