Skip to content

Instantly share code, notes, and snippets.

@schiessle
Created November 21, 2018 11:22
Show Gist options
  • Save schiessle/db0c7e0f693fdb9eac214967640375f1 to your computer and use it in GitHub Desktop.
Save schiessle/db0c7e0f693fdb9eac214967640375f1 to your computer and use it in GitHub Desktop.
build error
/home/schiesbn/Repos/nextcloud/server/apps/social/src/App.vue
2:26 error Attribute "v-if" should go before "class" vue/attributes-order
17:6 error Disallow self-closing on HTML void elements (<input/>) vue/html-self-closing
17:24 error Attribute ":placeholder" should go before "type" vue/attributes-order
17:57 error Attribute "v-model" should go before "type" vue/attributes-order
17:80 error Attribute "required" should be on a new line vue/max-attributes-per-line
18:6 error Disallow self-closing on HTML void elements (<input/>) vue/html-self-closing
18:27 error Attribute ":value" should go before "type" vue/attributes-order
67:20 error Unexpected trailing comma comma-dangle
150:73 error A space is required after '{' object-curly-spacing
150:105 error A space is required before '}' object-curly-spacing
151:61 error Extra semicolon semi
152:80 error Extra semicolon semi
153:6 error Extra semicolon semi
157:10 error Newline required at end of file but not found eol-last
/home/schiesbn/Repos/nextcloud/server/apps/social/src/components/TimelineEntry.vue
13:37 error Attribute "v-else" should go before ":href" vue/attributes-order
28:8 error 'linkifyStr' is defined but never used no-unused-vars
28:42 error Extra semicolon semi
/home/schiesbn/Repos/nextcloud/server/apps/social/src/store/settings.js
31:32 error Extra semicolon semi
/home/schiesbn/Repos/nextcloud/server/apps/social/src/store/timeline.js
24:1 error More than 1 blank line not allowed no-multiple-empty-lines
28:19 error Unexpected trailing comma comma-dangle
33:38 error Extra semicolon semi
46:37 error 'uid' is not defined no-undef
50:49 error Infix operators must be spaced space-infix-ops
50:54 error Extra semicolon semi
53:27 error Extra semicolon semi
55:57 error Extra semicolon semi
56:24 error Extra semicolon semi
/home/schiesbn/Repos/nextcloud/server/apps/social/src/views/Timeline.vue
31:51 error Attribute "ref" should go before "@infinite" vue/attributes-order
32:1 error Expected indentation of 5 tabs but found 4 tabs vue/html-indent
32:25 error Require self-closing on HTML elements (<div>) vue/html-self-closing
33:1 error Expected indentation of 5 tabs but found 4 tabs vue/html-indent
33:25 error Require self-closing on HTML elements (<div>) vue/html-self-closing
34:1 error Expected indentation of 5 tabs but found 4 tabs vue/html-indent
35:1 error Expected indentation of 6 tabs but found 5 tabs vue/html-indent
36:1 error Expected indentation of 7 tabs but found 6 tabs vue/html-indent
36:7 error Require self-closing on HTML elements (<div>) vue/html-self-closing
37:1 error Expected indentation of 7 tabs but found 6 tabs vue/html-indent
37:11 error Expected 1 space after '{{', but not found vue/mustache-interpolation-spacing
37:43 error Expected 1 space before '}}', but not found vue/mustache-interpolation-spacing
38:1 error Expected indentation of 6 tabs but found 5 tabs vue/html-indent
39:1 error Expected indentation of 5 tabs but found 4 tabs vue/html-indent
165:16 error Object properties must go on a new line if they aren't all on the same line object-property-newline
165:31 error Object properties must go on a new line if they aren't all on the same line object-property-newline
165:46 error Object properties must go on a new line if they aren't all on the same line object-property-newline
165:59 error Object properties must go on a new line if they aren't all on the same line object-property-newline
248:9 error Expected a conditional expression and instead saw an assignment no-cond-assign
248:9 error Unexpected constant condition no-constant-condition
249:75 error Extra semicolon semi
250:69 error Extra semicolon semi
251:23 error Extra semicolon semi
252:12 error Extra semicolon semi
255:13 error Expected error to be handled handle-callback-err
257:6 error Extra semicolon semi
258:4 error Unexpected trailing comma comma-dangle
✖ 54 problems (54 errors, 0 warnings)
49 errors, 0 warnings potentially fixable with the `--fix` option.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! social@0.0.1 lint: `eslint --ext .js,.vue src tests`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the social@0.0.1 lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/schiesbn/.npm/_logs/2018-11-21T11_21_12_832Z-debug.log
make: *** [Makefile:34: lint] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment