You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run the linter, you still see these warnings:
$ npm run lint
> lint
> eslint --ext".ts,.js,.vue" --ignore-path .gitignore .
/home/josecelano/Documents/git/committer/me/github/torrust/torrust-index-frontend/components/Markdown.vue
2:22 warning 'v-html' directive can lead to XSS attack vue/no-v-html
/home/josecelano/Documents/git/committer/me/github/torrust/torrust-index-frontend/components/form/FormInputText.vue
12:21 warning The "update:modelValue" event has been triggered but not declared on `defineEmits` vue/require-explicit-emits
✖ 2 problems (0 errors, 2 warnings)
Fix linter warning: 'v-html' directive can lead to XSS attack
Fix linter warning: The "update:modelValue" event has been triggered but not declared on defineEmits
Add a workflow to run linter on push/pr events
The text was updated successfully, but these errors were encountered:
When you run the linter, you still see these warnings:
defineEmits
The text was updated successfully, but these errors were encountered: