Skip to content

Commit e124b65

Browse files
authored
fix: ignore changelog in lint (#846)
1 parent e04c9a8 commit e124b65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.cjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,9 @@ module.exports = {
191191
}
192192
}
193193
],
194-
ignorePatterns: ['packages/*/types/index.d.ts', 'packages/*/types/index.d.ts.map']
194+
ignorePatterns: [
195+
'packages/*/types/index.d.ts',
196+
'packages/*/types/index.d.ts.map',
197+
'packages/*/CHANGELOG.md'
198+
]
195199
};

0 commit comments

Comments
 (0)