We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18c1b4 commit 6eda41eCopy full SHA for 6eda41e
packages/eslint-config/index.js
@@ -24,7 +24,7 @@ module.exports = {
24
overrides: [
25
// Stories generally have empty functions and other syntax shenanigans for code examples
26
{
27
- files: ['*.stories.*'],
+ files: ['*.stories.*', '*.stories.ts.*'],
28
rules: {
29
'@typescript-eslint/no-empty-function': 'off',
30
},
0 commit comments