Skip to content

Commit

Permalink
chore(lint): update eslint ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jul 1, 2023
1 parent 63d7906 commit 1ad3e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
@@ -1,5 +1,5 @@
!.eslintrc.js
!.release-it.js
!.eslintrc.cjs
!.release-it.cjs

# un-ignore @nuxtjs/eslint-config
!*.d.ts
Expand Down
2 changes: 1 addition & 1 deletion .release-it.cjs
Expand Up @@ -13,7 +13,7 @@ module.exports = {
releaseNotes (ctx) {
// Remove first, redundant line with the version and the date.
return ctx.changelog.split('\n').slice(1).join('\n')
}
},
},
plugins: {
'@release-it/conventional-changelog': {
Expand Down

0 comments on commit 1ad3e0a

Please sign in to comment.