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 Aug 14, 2024
1 parent acfd780 commit cd1d495
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 cd1d495

Please sign in to comment.