Closed gamezovladislav closed 3 months ago
Output of npm run lint :
npm run lint
`
aiacatalog@0.0.0 lint eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore
/.../aia-catalog/src/components/search/AutoComplete.vue 54:15 warning The "item-selected" event has been triggered but not declared on emits option vue/require-explicit-emits 95:5 warning 'v-html' directive can lead to XSS attack vue/no-v-html
emits
✖ 2 problems (0 errors, 2 warnings)
Output of
npm run lint
:`
/.../aia-catalog/src/components/search/AutoComplete.vue 54:15 warning The "item-selected" event has been triggered but not declared on
emits
option vue/require-explicit-emits 95:5 warning 'v-html' directive can lead to XSS attack vue/no-v-html✖ 2 problems (0 errors, 2 warnings)
`