Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Mar 26, 2024
1 parent 278a132 commit 6441a90
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 146 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/blueprints/manager/clusterProviderUrlCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export const providersList = [
conditions: [
{
rkeType: 'rke2',
loads: 'rke1'
loads: 'rke2'
},
{
rkeType: 'rke1',
loads: 'rke1'
loads: 'rke2'
},
]
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/eks/components/AccountAccess.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { _CREATE, _EDIT, _VIEW } from '@shell/config/query-params';
import { _CREATE, _VIEW } from '@shell/config/query-params';
import LabeledSelect from '@shell/components/form/LabeledSelect.vue';
import SelectCredential from '@shell/edit/provisioning.cattle.io.cluster/SelectCredential.vue';
import { DEFAULT_REGION } from './CruEKS.vue';
Expand Down
4 changes: 0 additions & 4 deletions pkg/eks/components/CruEKS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ export default defineComponent({
},
data() {
const store = this.$store as Store<any>;
const t = store.getters['i18n/t'];
return {
cloudCredentialId: '',
normanCluster: { name: '' } as any,
Expand Down
2 changes: 1 addition & 1 deletion pkg/eks/components/NodeGroup.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Vue, { defineComponent } from 'vue';
import Vue from 'vue';
import { _EDIT } from '@shell/config/query-params';
import LabeledSelect from '@shell/components/form/LabeledSelect.vue';
import LabeledInput from '@components/Form/LabeledInput/LabeledInput.vue';
Expand Down
272 changes: 135 additions & 137 deletions pkg/eks/components/__mocks__/listRoles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shell/edit/provisioning.cattle.io.cluster/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { BLANK_CLUSTER } from '@shell/store/store-types.js';
import { ELEMENTAL_PRODUCT_NAME, ELEMENTAL_CLUSTER_PROVIDER } from '../../config/elemental-types';
import Rke2Config from './rke2';
import Import from './import';
import { DRIVER_TO_IMPORT } from 'models/management.cattle.io.kontainerdriver';
import { DRIVER_TO_IMPORT } from '@shell/models/management.cattle.io.kontainerdriver';
const SORT_GROUPS = {
template: 1,
Expand Down
1 change: 1 addition & 0 deletions shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@aws-sdk/client-ec2": "3.1.0",
"@aws-sdk/client-eks": "3.1.0",
"@aws-sdk/client-kms": "3.8.1",
"@aws-sdk/client-iam": "3.18.0",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-private-property-in-object": "7.14.5",
"@babel/preset-typescript": "7.16.7",
Expand Down

0 comments on commit 6441a90

Please sign in to comment.