Skip to content

Commit

Permalink
fix: ignore changelog in lint (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Jan 29, 2024
1 parent e04c9a8 commit e124b65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,9 @@ module.exports = {
}
}
],
ignorePatterns: ['packages/*/types/index.d.ts', 'packages/*/types/index.d.ts.map']
ignorePatterns: [
'packages/*/types/index.d.ts',
'packages/*/types/index.d.ts.map',
'packages/*/CHANGELOG.md'
]
};

0 comments on commit e124b65

Please sign in to comment.