Skip to content

Instantly share code, notes, and snippets.

@schtibe
Last active October 23, 2023 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schtibe/f8e851662223799f99bbbe8cf3174eb5 to your computer and use it in GitHub Desktop.
Save schtibe/f8e851662223799f99bbbe8cf3174eb5 to your computer and use it in GitHub Desktop.
Ignoring stuff
<template>
<!-- eslint-disable-next-line vue/no-v-html -->
<something-for-eslint />
{{
//@ts-ignore
formattedDate(collection[index].datetime)
}}</span
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment