1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/playground/Playground
Nuno Góis b496990f79
chore: add no unused imports biome rule (#5855)
Adds a Biome rule for "no unused imports", which is something we
sometimes have trouble catching.

We're adding this as a warning for now. It is safely and easily fixable
with `yarn lint:fix`.


![image](https://github.com/Unleash/unleash/assets/14320932/fd84dea8-6b20-4ba5-bfd8-047b9dcf2bff)

![image](https://github.com/Unleash/unleash/assets/14320932/990bb0b0-760a-4c5e-8136-d957e902bf0b)
2024-01-11 12:44:05 +00:00
..
AdvancedPlaygroundResultsTable chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
PlaygroundEnvironmentTable chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
PlaygroundForm chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
PlaygroundGuidance
PlaygroundGuidancePopper
PlaygroundResultsTable chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
AdvancedPlayground.test.tsx
AdvancedPlayground.tsx feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
LazyPlayground.tsx
playground.utils.test.ts feat: add input for api token in playground (#5130) 2023-10-25 17:55:33 +03:00
playground.utils.ts