1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/feature/StrategyTypes
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
..
DefaultStrategy chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
FlexibleStrategy chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
GeneralStrategy chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
RolloutSlider Feat/new strategy configuration targeting tab (#5643) 2023-12-15 10:20:34 +01:00
SplitPreviewSlider feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
StrategyInputList chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
StrategyParameter feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
UserWithIdStrategy feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
NewStrategyVariants.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
StrategyVariants.test.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
StrategyVariants.tsx fix: remove empty variants when changing tabs (#5850) 2024-01-11 10:43:29 +01:00