Skip to content

Commit

Permalink
style: prettier and changelog config changes
Browse files Browse the repository at this point in the history
For prettier always use plugins and the changelog not get spammed with commit comments.
  • Loading branch information
arthurfiorette committed Nov 15, 2021
1 parent 48e33c5 commit 19d0e9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 6 additions & 7 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"releaseSummary": true,
"unreleased": true,
"commitLimit": false,
"sortCommits": "subject",
"template": "keepachangelog"
}
{
"unreleased": true,
"commitLimit": false,
"sortCommits": "subject",
"template": "keepachangelog"
}
4 changes: 1 addition & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

module.exports = require('@arthurfiorette/prettier-config')({
tsdoc: true,
jsdocSpaces: 1,
jsdocPrintWidth: 70,
jsdocSingleLineComment: false
plugins: ['prettier-plugin-jsdoc', 'prettier-plugin-organize-imports']
});

0 comments on commit 19d0e9b

Please sign in to comment.