mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
exclude storybook components from restricted globals rule
This commit is contained in:
@@ -164,6 +164,12 @@ export default [
|
||||
'vue/attribute-hyphenation': ['error', 'never'],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['src/**/*.stories.ts'],
|
||||
rules: {
|
||||
'no-restricted-globals': 'off',
|
||||
}
|
||||
},
|
||||
{
|
||||
ignores: [
|
||||
"**/lib/",
|
||||
|
||||
@@ -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