mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Add eslint ignore
This commit is contained in:
parent
e674a1c720
commit
1acc88c0a2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
ignores: ['dist/**', '.next'],
|
||||
ignores: ['dist/**', '.next', 'storybook-static'],
|
||||
},
|
||||
{
|
||||
...pluginReact.configs.flat.recommended,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue