Skip to content

Commit

Permalink
chore: remove unnecessary eslint marker
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 11, 2024
1 parent 3672e7c commit da0611d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import {
useShippingMethodsInputContext,
} from '@myparcel-pdk/admin';
import {isEnumValue} from '@myparcel/ts-utils';
import {PackageTypeName} from '@myparcel/constants'; // eslint-disable-next-line vue/no-unused-properties
import {PackageTypeName} from '@myparcel/constants';
// eslint-disable-next-line vue/no-unused-properties
const props = defineProps<ShippingMethodsInputProps>();
Expand Down

0 comments on commit da0611d

Please sign in to comment.