Skip to content

Commit 6eda41e

Browse files
committed
another change
1 parent a18c1b4 commit 6eda41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
overrides: [
2525
// Stories generally have empty functions and other syntax shenanigans for code examples
2626
{
27-
files: ['*.stories.*'],
27+
files: ['*.stories.*', '*.stories.ts.*'],
2828
rules: {
2929
'@typescript-eslint/no-empty-function': 'off',
3030
},

0 commit comments

Comments
 (0)