1+ npm run lint:js
2s
2
3s
3> joomla@5.2.5 lint:js
3s
4> eslint --config build/.eslintrc --ignore-pattern '/media/' --ext .es6.js,.es6,.vue .
3s
5
3s
6
32s
7/drone/src/administrator/components/com_media/resources/scripts/components/browser/browser.vue
32s
8 67:11 warning Attribute ':localItems' must be hyphenated vue/attribute-hyphenation
32s
9
32s
10/drone/src/administrator/components/com_media/resources/scripts/components/modals/create-folder-modal.vue
32s
11 33:15 warning Unexpected 'v-bind' before ':' vue/v-bind-style
32s
12
32s
13✖ 2 problems (0 errors, 2 warnings)
32s
14 0 errors and 2 warnings potentially fixable with the `--fix` option.
32s
15
32s
16+ npm run lint:testjs
33s
17
33s
18> joomla@5.2.5 lint:testjs
33s
19> eslint --config build/.eslintrc --ext .js,.mjs tests/System
33s
20
33s