mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
Add .vite to biome's ignore lists (formatting and linting) (#10518)
Also fixes an auto-fixable issue reported by biome.
This commit is contained in:
parent
18bea25383
commit
b321bfba99
@ -77,7 +77,8 @@
|
|||||||
"coverage",
|
"coverage",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
"./package.json",
|
"./package.json",
|
||||||
"./frontend/package.json"
|
"./frontend/package.json",
|
||||||
|
".vite"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
@ -101,7 +102,8 @@
|
|||||||
"website/global.js",
|
"website/global.js",
|
||||||
".docusaurus",
|
".docusaurus",
|
||||||
"./package.json",
|
"./package.json",
|
||||||
"./frontend/package.json"
|
"./frontend/package.json",
|
||||||
|
".vite"
|
||||||
],
|
],
|
||||||
"indentWidth": 4
|
"indentWidth": 4
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
import type { IChangeRequestReorderStrategy } from '../../../../changeRequest.types';
|
import type { IChangeRequestReorderStrategy } from '../../../../changeRequest.types';
|
||||||
import type { ReactNode } from 'react';
|
import type { ReactNode } from 'react';
|
||||||
import { useFeature } from 'hooks/api/getters/useFeature/useFeature';
|
import { useFeature } from 'hooks/api/getters/useFeature/useFeature';
|
||||||
import { TooltipLink } from 'component/common/TooltipLink/TooltipLink';
|
|
||||||
import { Box, styled } from '@mui/material';
|
import { Box, styled } from '@mui/material';
|
||||||
import { EnvironmentStrategyOrderDiff } from './EnvironmentStrategyOrderDiff.tsx';
|
import { EnvironmentStrategyOrderDiff } from './EnvironmentStrategyOrderDiff.tsx';
|
||||||
import { StrategyExecution } from 'component/feature/FeatureView/FeatureOverview/FeatureOverviewEnvironments/FeatureOverviewEnvironment/EnvironmentAccordionBody/StrategyDraggableItem/StrategyItem/StrategyExecution/StrategyExecution';
|
import { StrategyExecution } from 'component/feature/FeatureView/FeatureOverview/FeatureOverviewEnvironments/FeatureOverviewEnvironment/EnvironmentAccordionBody/StrategyDraggableItem/StrategyItem/StrategyExecution/StrategyExecution';
|
||||||
|
Loading…
Reference in New Issue
Block a user