mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
chore(eslint): add rule to check imports [EE-6730] (#11201)
This commit is contained in:
parent
7b89b04667
commit
50946e087c
6 changed files with 48 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
import { KubernetesConfigurationKinds } from 'Kubernetes/models/configuration/models';
|
||||
import { FileCode, Lock } from 'lucide-react';
|
||||
|
||||
import { KubernetesConfigurationKinds } from '@/kubernetes/models/configuration/models';
|
||||
|
||||
import { BoxSelectorOption } from '@@/BoxSelector';
|
||||
|
||||
export const typeOptions: ReadonlyArray<BoxSelectorOption<number>> = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue