exclude storybook components from restricted globals rule
This commit is contained in:
@@ -44,4 +44,10 @@ export default [
|
||||
'no-param-reassign': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['src/**/*.stories.ts'],
|
||||
rules: {
|
||||
'no-restricted-globals': 'off',
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user