mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 11:02:11 +03:00
chore: eslint ignore storybook static files
This commit is contained in:
parent
c951f01c98
commit
65a335dd5e
@ -83,6 +83,7 @@ export default tsEslint.config(
|
||||
'!.storybook',
|
||||
'target/',
|
||||
'crates/',
|
||||
'packages/ui/storybook-static',
|
||||
// We're having issues parsing splat syntax in svelte components
|
||||
'packages/ui/src/stories/**/*.svelte'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user