23m 54s
Feb 28, 2025, 11:13 AM

joomla-cms

[5.3] Media: allow thumbnail for any file type

Fedik
Fedik
synchronizedpull request
#44847

Console Logs

1+ npm run lint:js 2s
2 3s
3> joomla@5.3.0 lint:js 3s
4> eslint --config build/.eslintrc --ignore-pattern '/media/' --ext .mjs,.es6.js,.es6,.vue --max-warnings=0 . 3s
5 3s
6 24s
7/drone/src/administrator/components/com_media/resources/scripts/components/browser/items/audio.vue 24s
8 23:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak 24s
9 24:1 warning Expected indentation of 13 spaces but found 10 spaces vue/html-indent 24s
10 24s
11/drone/src/administrator/components/com_media/resources/scripts/components/browser/items/directory.vue 24s
12 25:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak 24s
13 26:1 warning Expected indentation of 13 spaces but found 10 spaces vue/html-indent 24s
14 24s
15/drone/src/administrator/components/com_media/resources/scripts/components/browser/items/document.vue 24s
16 21:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak 24s
17 22:1 warning Expected indentation of 13 spaces but found 10 spaces vue/html-indent 24s
18 24s
19/drone/src/administrator/components/com_media/resources/scripts/components/browser/items/file.vue 24s
20 20:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak 24s
21 21:1 warning Expected indentation of 13 spaces but found 10 spaces vue/html-indent 24s
22 24s
23/drone/src/administrator/components/com_media/resources/scripts/components/browser/items/video.vue 24s
24 21:14 warning Expected a linebreak before this attribute vue/first-attribute-linebreak 24s
25 22:1 warning Expected indentation of 13 spaces but found 10 spaces vue/html-indent 24s
26 24s
27✖ 10 problems (0 errors, 10 warnings) 24s
28 0 errors and 10 warnings potentially fixable with the `--fix` option. 24s
29 24s
30ESLint found too many warnings (maximum: 0). 24s
Exit Code 1