Deploy details
Deploy successful for eldin-space
Bump lodash.defaultsdeep from 4.6.0 to 4.6.1PR #1: dependabot/npm_and_yarn/lodash.defaultsdeep-4.6.1@488c50e
Deploy log
9:36:48 PM: Build ready to start
9:36:50 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
9:36:50 PM: build-image tag: v3.3.2
9:36:50 PM: buildbot version: ef8d0929ed0baabafd8bbb7d0b021e1fc24180c0
9:36:50 PM: Fetching cached dependencies
9:36:51 PM: Failed to fetch cache, continuing with build
9:36:51 PM: Starting to prepare the repo for build
9:36:51 PM: No cached dependencies found. Cloning fresh repo
9:36:51 PM: git clone https://github.com/EldinZaimovic/Eldin-Space-Vue
9:36:52 PM: Preparing Git Reference pull/1/head
9:36:52 PM: Starting build script
9:36:52 PM: Installing dependencies
9:36:53 PM: Downloading and installing node v10.16.0...
9:36:54 PM: Downloading https://nodejs.org/dist/v10.16.0/node-v10.16.0-linux-x64.tar.xz...
9:36:54 PM:
###
9:36:54 PM: 4.3%
9:36:54 PM:
##########################################
9:36:54 PM: 59.6%
9:36:54 PM:
##################################################################
9:36:54 PM: ###### 100.0%
9:36:54 PM: Computing checksum with sha256sum
9:36:54 PM: Checksums matched!
9:36:57 PM: Now using node v10.16.0 (npm v6.9.0)
9:36:57 PM: Attempting ruby version 2.6.2, read from environment
9:36:59 PM: Using ruby version 2.6.2
9:36:59 PM: Using PHP version 5.6
9:36:59 PM: Started restoring cached node modules
9:36:59 PM: Finished restoring cached node modules
9:36:59 PM: Installing NPM modules using NPM version 6.9.0
9:37:22 PM: > yorkie@2.0.0 install /opt/build/repo/node_modules/yorkie
9:37:22 PM: > node bin/install.js
9:37:22 PM: setting up Git hooks
9:37:22 PM: done
9:37:23 PM: > core-js@2.6.9 postinstall /opt/build/repo/node_modules/core-js
9:37:23 PM: > node scripts/postinstall || echo "ignore"
9:37:23 PM: Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
9:37:23 PM: The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
9:37:23 PM: > https://opencollective.com/core-js
9:37:23 PM: > https://www.patreon.com/zloirock
9:37:23 PM: Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
9:37:24 PM: npm
9:37:24 PM: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
9:37:24 PM: npm WARN
9:37:24 PM: notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
9:37:24 PM: added 1303 packages from 963 contributors and audited 24101 packages in 23.806s
9:37:24 PM: found 0 vulnerabilities
9:37:24 PM: NPM modules installed
9:37:24 PM: Started restoring cached go cache
9:37:24 PM: Finished restoring cached go cache
9:37:25 PM: unset GOOS;
9:37:25 PM: unset GOARCH;
9:37:25 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.12.linux.amd64';
9:37:25 PM: export PATH="/opt/buildhome/.gimme/versions/go1.12.linux.amd64/bin:${PATH}";
9:37:25 PM: go version >&2;
9:37:25 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.12.linux.amd64.env';
9:37:25 PM: go version go1.12 linux/amd64
9:37:25 PM: Installing missing commands
9:37:25 PM: Verify run directory
9:37:25 PM: Executing user command: npm run build
9:37:25 PM: > eldin-space-vue@0.1.0 build /opt/build/repo
9:37:25 PM: > vue-cli-service build
9:37:26 PM: - Building for production...
9:38:08 PM: WARNING Compiled with 21 warnings9:38:08 PM
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Extra semicolon (semi) at src/components/PostPreview.vue:38:2:
9:38:08 PM: 36 | }
9:38:08 PM: 37 | }
9:38:08 PM: > 38 | };
9:38:08 PM: | ^
9:38:08 PM: 39 | </script>
9:38:08 PM: 40 |
9:38:08 PM: 41 | <style scoped>
9:38:08 PM: error: Newline required at end of file but not found (eol-last) at src/components/PostPreview.vue:42:9:
9:38:08 PM: 40 |
9:38:08 PM: 41 | <style scoped>
9:38:08 PM: > 42 | </style>
9:38:08 PM: | ^
9:38:08 PM: 2 errors found.
9:38:08 PM: 2 errors potentially fixable with the `--fix` option.
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Extra semicolon (semi) at src/views/Error.vue:22:18:
9:38:08 PM: 20 |
9:38:08 PM: 21 | <script>
9:38:08 PM: > 22 | export default {};
9:38:08 PM: | ^
9:38:08 PM: 23 | </script>
9:38:08 PM: 24 |
9:38:08 PM: 25 | <style scoped>
9:38:08 PM: error: Newline required at end of file but not found (eol-last) at src/views/Error.vue:269:9:
9:38:08 PM: 267 | }
9:38:08 PM: 268 | }
9:38:08 PM: > 269 | </style>
9:38:08 PM: | ^
9:38:08 PM: 2 errors found.
9:38:08 PM: 2 errors potentially fixable with the `--fix` option.
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/components/TheHeader.vue:71:7:
9:38:08 PM: 69 | }
9:38:08 PM: 70 | },
9:38:08 PM: > 71 | data() {
9:38:08 PM: | ^
9:38:08 PM: 72 | return {
9:38:08 PM: 73 | drawer: null
9:38:08 PM: 74 | };
9:38:08 PM: error: Extra semicolon (semi) at src/components/TheHeader.vue:74:6:
9:38:08 PM: 72 | return {
9:38:08 PM: 73 | drawer: null
9:38:08 PM: > 74 | };
9:38:08 PM: | ^
9:38:08 PM: 75 | },
9:38:08 PM: 76 | methods: {
9:38:08 PM: 77 | changeTheme() {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/components/TheHeader.vue:77:16:
9:38:08 PM: 75 | },
9:38:08 PM: 76 | methods: {
9:38:08 PM: > 77 | changeTheme() {
9:38:08 PM: | ^
9:38:08 PM: 78 | this.$emit("changeTheme", this.goDark);
9:38:08 PM: 79 | }
9:38:08 PM: 80 | }
9:38:08 PM: error: Strings must use singlequote (quotes) at src/components/TheHeader.vue:78:18:
9:38:08 PM: 76 | methods: {
9:38:08 PM: 77 | changeTheme() {
9:38:08 PM: > 78 | this.$emit("changeTheme", this.goDark);
9:38:08 PM: | ^
9:38:08 PM: 79 | }
9:38:08 PM: 80 | }
9:38:08 PM: 81 | };
9:38:08 PM: error: Extra semicolon (semi) at src/components/TheHeader.vue:78:45:
9:38:08 PM: 76 | methods: {
9:38:08 PM: 77 | changeTheme() {
9:38:08 PM: > 78 | this.$emit("changeTheme", this.goDark);
9:38:08 PM: | ^
9:38:08 PM: 79 | }
9:38:08 PM: 80 | }
9:38:08 PM: 81 | };
9:38:08 PM: error: Extra semicolon (semi) at src/components/TheHeader.vue:81:2:
9:38:08 PM: 79 | }
9:38:08 PM: 80 | }
9:38:08 PM: > 81 | };
9:38:08 PM: | ^
9:38:08 PM: 82 | </script>
9:38:08 PM: 83 |
9:38:08 PM: 84 | <style >
9:38:08 PM: error: Newline required at end of file but not found (eol-last) at src/components/TheHeader.vue:85:9:
9:38:08 PM: 83 |
9:38:08 PM: 84 | <style >
9:38:08 PM: > 85 | </style>
9:38:08 PM: | ^
9:38:08 PM: 7 errors found.
9:38:08 PM: 7 errors potentially fixable with the `--fix` option.
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Parsing error: missing-semicolon-after-character-reference (vue/no-parsing-error) at src/components/TheFooter.vue:3:23:
9:38:08 PM: 1 | <template>
9:38:08 PM: 2 | <v-footer class="pa-3">
9:38:08 PM: > 3 | Developed with 
9:38:08 PM: | ^
9:38:08 PM: 4 | <v-icon small color="red">fas fa-heart</v-icon> and 
9:38:08 PM: 5 | <v-icon small color="green">fab fa-vuejs</v-icon>
9:38:08 PM: 6 | <v-spacer></v-spacer>
9:38:08 PM: error: Parsing error: missing-semicolon-after-character-reference (vue/no-parsing-error) at src/components/TheFooter.vue:4:56:
9:38:08 PM: 2 | <v-footer class="pa-3">
9:38:08 PM: 3 | Developed with 
9:38:08 PM: > 4 | <v-icon small color="red">fas fa-heart</v-icon> and 
9:38:08 PM: | ^
9:38:08 PM: 5 | <v-icon small color="green">fab fa-vuejs</v-icon>
9:38:08 PM: 6 | <v-spacer></v-spacer>
9:38:08 PM: 7 | <div>© {{ new Date().getFullYear() }}</div>
9:38:08 PM: error: Parsing error: missing-semicolon-after-character-reference (vue/no-parsing-error) at src/components/TheFooter.vue:4:64:
9:38:08 PM: 2 | <v-footer class="pa-3">
9:38:08 PM: 3 | Developed with 
9:38:08 PM: > 4 | <v-icon small color="red">fas fa-heart</v-icon> and 
9:38:08 PM: | ^
9:38:08 PM: 5 | <v-icon small color="green">fab fa-vuejs</v-icon>
9:38:08 PM: 6 | <v-spacer></v-spacer>
9:38:08 PM: 7 | <div>© {{ new Date().getFullYear() }}</div>
9:38:08 PM: error: Extra semicolon (semi) at src/components/TheFooter.vue:12:18:
9:38:08 PM: 10 |
9:38:08 PM: 11 | <script>
9:38:08 PM: > 12 | export default {};
9:38:08 PM: | ^
9:38:08 PM: 13 | </script>
9:38:08 PM: 14 |
9:38:08 PM: 15 | <style lang="scss" scoped>
9:38:08 PM: error: Newline required at end of file but not found (eol-last) at src/components/TheFooter.vue:16:9:
9:38:08 PM: 14 |
9:38:08 PM: 15 | <style lang="scss" scoped>
9:38:08 PM: > 16 | </style>
9:38:08 PM: | ^
9:38:08 PM: 5 errors found.
9:38:08 PM: 2 errors potentially fixable with the `--fix` option.
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:22:23:
9:38:08 PM: 20 |
9:38:08 PM: 21 | <script>
9:38:08 PM: > 22 | import TheHeader from "./components/TheHeader";
9:38:08 PM: | ^
9:38:08 PM: 23 | import TheFooter from "./components/TheFooter";
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: error: Extra semicolon (semi) at src/App.vue:22:47:
9:38:08 PM: 20 |
9:38:08 PM: 21 | <script>
9:38:08 PM: > 22 | import TheHeader from "./components/TheHeader";
9:38:08 PM: | ^
9:38:08 PM: 23 | import TheFooter from "./components/TheFooter";
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:23:23:
9:38:08 PM: 21 | <script>
9:38:08 PM: 22 | import TheHeader from "./components/TheHeader";
9:38:08 PM: > 23 | import TheFooter from "./components/TheFooter";
9:38:08 PM: | ^
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: 26 | name: "App",
9:38:08 PM: error: Extra semicolon (semi) at src/App.vue:23:47:
9:38:08 PM: 21 | <script>
9:38:08 PM: 22 | import TheHeader from "./components/TheHeader";
9:38:08 PM: > 23 | import TheFooter from "./components/TheFooter";
9:38:08 PM: | ^
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: 26 | name: "App",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:26:9:
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: > 26 | name: "App",
9:38:08 PM: | ^
9:38:08 PM: 27 | metaInfo: {
9:38:08 PM: 28 | title: "Home",
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:28:12:
9:38:08 PM: 26 | name: "App",
9:38:08 PM: 27 | metaInfo: {
9:38:08 PM: > 28 | title: "Home",
9:38:08 PM: | ^
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: 30 | meta: [
9:38:08 PM: 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:31:15:
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: 30 | meta: [
9:38:08 PM: > 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: | ^
9:38:08 PM: 32 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:08 PM: 33 | { charset: "utf-8" },
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:31:36:
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: 30 | meta: [
9:38:08 PM: > 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: | ^
9:38:08 PM: 32 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:08 PM: 33 | { charset: "utf-8" },
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:32:15:
9:38:08 PM: 30 | meta: [
9:38:08 PM: 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: > 32 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:08 PM: | ^
9:38:08 PM: 33 | { charset: "utf-8" },
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:33:18:
9:38:08 PM: 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: 32 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:08 PM: > 33 | { charset: "utf-8" },
9:38:08 PM: | ^
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 36 | { property: "og:type", content: "website" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:34:19:
9:38:08 PM: 32 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:08 PM: 33 | { charset: "utf-8" },
9:38:08 PM: > 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: | ^
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 36 | { property: "og:type", content: "website" },
9:38:08 PM: 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:35:19:
9:38:08 PM: 33 | { charset: "utf-8" },
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: > 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: | ^
9:38:08 PM: 36 | { property: "og:type", content: "website" },
9:38:08 PM: 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 38 | {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:36:19:
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: > 36 | { property: "og:type", content: "website" },
9:38:08 PM: | ^
9:38:08 PM: 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 38 | {
9:38:08 PM: 39 | property: "og:image",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:36:39:
9:38:08 PM: 34 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: > 36 | { property: "og:type", content: "website" },
9:38:08 PM: | ^
9:38:08 PM: 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 38 | {
9:38:08 PM: 39 | property: "og:image",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:37:19:
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 36 | { property: "og:type", content: "website" },
9:38:08 PM: > 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: | ^
9:38:08 PM: 38 | {
9:38:08 PM: 39 | property: "og:image",
9:38:08 PM: 40 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:37:38:
9:38:08 PM: 35 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 36 | { property: "og:type", content: "website" },
9:38:08 PM: > 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: | ^
9:38:08 PM: 38 | {
9:38:08 PM: 39 | property: "og:image",
9:38:08 PM: 40 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:39:19:
9:38:08 PM: 37 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 38 | {
9:38:08 PM: > 39 | property: "og:image",
9:38:08 PM: | ^
9:38:08 PM: 40 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: 41 | },
9:38:08 PM: 42 | { property: "og:description", content: "Eldin Zaimovic's Portfolio" }
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:40:18:
9:38:08 PM: 38 | {
9:38:08 PM: 39 | property: "og:image",
9:38:08 PM: > 40 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: | ^
9:38:08 PM: 41 | },
9:38:08 PM: 42 | { property: "og:description", content: "Eldin Zaimovic's Portfolio" }
9:38:08 PM: 43 | ]
9:38:08 PM: error: Strings must use singlequote (quotes) at src/App.vue:42:19:
9:38:08 PM: 40 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: 41 | },
9:38:08 PM: > 42 | { property: "og:description", content: "Eldin Zaimovic's Portfolio" }
9:38:08 PM: | ^
9:38:08 PM: 43 | ]
9:38:08 PM: 44 | },
9:38:08 PM: 45 | components: {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/App.vue:49:7:
9:38:08 PM: 47 | TheFooter
9:38:08 PM: 48 | },
9:38:08 PM: > 49 | data() {
9:38:08 PM: | ^
9:38:08 PM: 50 | return { goDark: false };
9:38:08 PM: 51 | },
9:38:08 PM: 52 | methods: {
9:38:08 PM: error: Extra semicolon (semi) at src/App.vue:50:29:
9:38:08 PM: 48 | },
9:38:08 PM: 49 | data() {
9:38:08 PM: > 50 | return { goDark: false };
9:38:08 PM: | ^
9:38:08 PM: 51 | },
9:38:08 PM: 52 | methods: {
9:38:08 PM: 53 | updateTheme(updatedTheme) {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/App.vue:53:16:
9:38:08 PM: 51 | },
9:38:08 PM: 52 | methods: {
9:38:08 PM: > 53 | updateTheme(updatedTheme) {
9:38:08 PM: | ^
9:38:08 PM: 54 | this.goDark = !updatedTheme;
9:38:08 PM: 55 | }
9:38:08 PM: 56 | }
9:38:08 PM: error: Extra semicolon (semi) at src/App.vue:54:34:
9:38:08 PM: 52 | methods: {
9:38:08 PM: 53 | updateTheme(updatedTheme) {
9:38:08 PM: > 54 | this.goDark = !updatedTheme;
9:38:08 PM: | ^
9:38:08 PM: 55 | }
9:38:08 PM: 56 | }
9:38:08 PM: 57 | };
9:38:08 PM: error: Extra semicolon (semi) at src/App.vue:57:2:
9:38:08 PM: 55 | }
9:38:08 PM: 56 | }
9:38:08 PM: > 57 | };
9:38:08 PM: | ^
9:38:08 PM: 58 | </script>
9:38:08 PM: 59 | <style>
9:38:08 PM: 60 | @import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
9:38:08 PM: 24 errors found.
9:38:08 PM: 24 errors potentially fixable with the `--fix` option.
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:19:25:
9:38:08 PM: 17 |
9:38:08 PM: 18 | <script>
9:38:08 PM: > 19 | import PostPreview from "../components/PostPreview";
9:38:08 PM: | ^
9:38:08 PM: 20 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: 21 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:19:52:
9:38:08 PM: 17 |
9:38:08 PM: 18 | <script>
9:38:08 PM: > 19 | import PostPreview from "../components/PostPreview";
9:38:08 PM: | ^
9:38:08 PM: 20 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: 21 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:20:29:
9:38:08 PM: 18 | <script>
9:38:08 PM: 19 | import PostPreview from "../components/PostPreview";
9:38:08 PM: > 20 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: | ^
9:38:08 PM: 21 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: 23 | accessToken: token
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:20:50:
9:38:08 PM: 18 | <script>
9:38:08 PM: 19 | import PostPreview from "../components/PostPreview";
9:38:08 PM: > 20 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: | ^
9:38:08 PM: 21 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: 23 | accessToken: token
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:21:15:
9:38:08 PM: 19 | import PostPreview from "../components/PostPreview";
9:38:08 PM: 20 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: > 21 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: | ^
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: 23 | accessToken: token
9:38:08 PM: 24 | });
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:21:41:
9:38:08 PM: 19 | import PostPreview from "../components/PostPreview";
9:38:08 PM: 20 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: > 21 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: | ^
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: 23 | accessToken: token
9:38:08 PM: 24 | });
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:24:3:
9:38:08 PM: 22 | let storyapi = new StoryblokClient({
9:38:08 PM: 23 | accessToken: token
9:38:08 PM: > 24 | });
9:38:08 PM: | ^
9:38:08 PM: 25 |
9:38:08 PM: 26 | export default {
9:38:08 PM: 27 | metaInfo: {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:28:12:
9:38:08 PM: 26 | export default {
9:38:08 PM: 27 | metaInfo: {
9:38:08 PM: > 28 | title: "Blog",
9:38:08 PM: | ^
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: 30 | meta: [
9:38:08 PM: 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:31:15:
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: 30 | meta: [
9:38:08 PM: > 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: | ^
9:38:08 PM: 32 | {
9:38:08 PM: 33 | name: "description",
9:38:08 PM: 34 | content: "Eldin Zaimovic's Blog"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:31:36:
9:38:08 PM: 29 | titleTemplate: "%s ← Eldin's Space",
9:38:08 PM: 30 | meta: [
9:38:08 PM: > 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: | ^
9:38:08 PM: 32 | {
9:38:08 PM: 33 | name: "description",
9:38:08 PM: 34 | content: "Eldin Zaimovic's Blog"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:33:15:
9:38:08 PM: 31 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: 32 | {
9:38:08 PM: > 33 | name: "description",
9:38:08 PM: | ^
9:38:08 PM: 34 | content: "Eldin Zaimovic's Blog"
9:38:08 PM: 35 | },
9:38:08 PM: 36 | { charset: "utf-8" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:36:18:
9:38:08 PM: 34 | content: "Eldin Zaimovic's Blog"
9:38:08 PM: 35 | },
9:38:08 PM: > 36 | { charset: "utf-8" },
9:38:08 PM: | ^
9:38:08 PM: 37 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 39 | { property: "og:type", content: "website" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:37:19:
9:38:08 PM: 35 | },
9:38:08 PM: 36 | { charset: "utf-8" },
9:38:08 PM: > 37 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: | ^
9:38:08 PM: 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 39 | { property: "og:type", content: "website" },
9:38:08 PM: 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:38:19:
9:38:08 PM: 36 | { charset: "utf-8" },
9:38:08 PM: 37 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: > 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: | ^
9:38:08 PM: 39 | { property: "og:type", content: "website" },
9:38:08 PM: 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 41 | {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:39:19:
9:38:08 PM: 37 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: > 39 | { property: "og:type", content: "website" },
9:38:08 PM: | ^
9:38:08 PM: 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 41 | {
9:38:08 PM: 42 | property: "og:image",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:39:39:
9:38:08 PM: 37 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: > 39 | { property: "og:type", content: "website" },
9:38:08 PM: | ^
9:38:08 PM: 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 41 | {
9:38:08 PM: 42 | property: "og:image",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:40:19:
9:38:08 PM: 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 39 | { property: "og:type", content: "website" },
9:38:08 PM: > 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: | ^
9:38:08 PM: 41 | {
9:38:08 PM: 42 | property: "og:image",
9:38:08 PM: 43 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:40:38:
9:38:08 PM: 38 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 39 | { property: "og:type", content: "website" },
9:38:08 PM: > 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: | ^
9:38:08 PM: 41 | {
9:38:08 PM: 42 | property: "og:image",
9:38:08 PM: 43 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:42:19:
9:38:08 PM: 40 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 41 | {
9:38:08 PM: > 42 | property: "og:image",
9:38:08 PM: | ^
9:38:08 PM: 43 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: 44 | },
9:38:08 PM: 45 | {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:43:18:
9:38:08 PM: 41 | {
9:38:08 PM: 42 | property: "og:image",
9:38:08 PM: > 43 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: | ^
9:38:08 PM: 44 | },
9:38:08 PM: 45 | {
9:38:08 PM: 46 | property: "og:description",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:46:19:
9:38:08 PM: 44 | },
9:38:08 PM: 45 | {
9:38:08 PM: > 46 | property: "og:description",
9:38:08 PM: | ^
9:38:08 PM: 47 | content: "Eldin Zaimovic's Blog"
9:38:08 PM: 48 | }
9:38:08 PM: 49 | ]
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Blog.vue:51:7:
9:38:08 PM: 49 | ]
9:38:08 PM: 50 | },
9:38:08 PM: > 51 | data() {
9:38:08 PM: | ^
9:38:08 PM: 52 | return {
9:38:08 PM: 53 | posts: []
9:38:08 PM: 54 | };
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:54:6:
9:38:08 PM: 52 | return {
9:38:08 PM: 53 | posts: []
9:38:08 PM: > 54 | };
9:38:08 PM: | ^
9:38:08 PM: 55 | },
9:38:08 PM: 56 |
9:38:08 PM: 57 | created() {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Blog.vue:57:10:
9:38:08 PM: 55 | },
9:38:08 PM: 56 |
9:38:08 PM: > 57 | created() {
9:38:08 PM: | ^
9:38:08 PM: 58 | window.storyblok.init({
9:38:08 PM: 59 | accessToken: token
9:38:08 PM: 60 | });
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:60:7:
9:38:08 PM: 58 | window.storyblok.init({
9:38:08 PM: 59 | accessToken: token
9:38:08 PM: > 60 | });
9:38:08 PM: | ^
9:38:08 PM: 61 | window.storyblok.on("change", () => {
9:38:08 PM: 62 | this.getStory("home", "draft");
9:38:08 PM: 63 | });
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:61:25:
9:38:08 PM: 59 | accessToken: token
9:38:08 PM: 60 | });
9:38:08 PM: > 61 | window.storyblok.on("change", () => {
9:38:08 PM: | ^
9:38:08 PM: 62 | this.getStory("home", "draft");
9:38:08 PM: 63 | });
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:62:21:
9:38:08 PM: 60 | });
9:38:08 PM: 61 | window.storyblok.on("change", () => {
9:38:08 PM: > 62 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 63 | });
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:62:29:
9:38:08 PM: 60 | });
9:38:08 PM: 61 | window.storyblok.on("change", () => {
9:38:08 PM: > 62 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 63 | });
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:62:37:
9:38:08 PM: 60 | });
9:38:08 PM: 61 | window.storyblok.on("change", () => {
9:38:08 PM: > 62 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 63 | });
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:63:7:
9:38:08 PM: 61 | window.storyblok.on("change", () => {
9:38:08 PM: 62 | this.getStory("home", "draft");
9:38:08 PM: > 63 | });
9:38:08 PM: | ^
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: 66 | this.getStory("home", "draft");
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:66:23:
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: > 66 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 67 | } else {
9:38:08 PM: 68 | this.getStory("home", "published");
9:38:08 PM: 69 | }
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:66:31:
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: > 66 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 67 | } else {
9:38:08 PM: 68 | this.getStory("home", "published");
9:38:08 PM: 69 | }
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:66:39:
9:38:08 PM: 64 | window.storyblok.pingEditor(() => {
9:38:08 PM: 65 | if (window.storyblok.isInEditor()) {
9:38:08 PM: > 66 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 67 | } else {
9:38:08 PM: 68 | this.getStory("home", "published");
9:38:08 PM: 69 | }
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:68:23:
9:38:08 PM: 66 | this.getStory("home", "draft");
9:38:08 PM: 67 | } else {
9:38:08 PM: > 68 | this.getStory("home", "published");
9:38:08 PM: | ^
9:38:08 PM: 69 | }
9:38:08 PM: 70 | });
9:38:08 PM: 71 | },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:68:31:
9:38:08 PM: 66 | this.getStory("home", "draft");
9:38:08 PM: 67 | } else {
9:38:08 PM: > 68 | this.getStory("home", "published");
9:38:08 PM: | ^
9:38:08 PM: 69 | }
9:38:08 PM: 70 | });
9:38:08 PM: 71 | },
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:68:43:
9:38:08 PM: 66 | this.getStory("home", "draft");
9:38:08 PM: 67 | } else {
9:38:08 PM: > 68 | this.getStory("home", "published");
9:38:08 PM: | ^
9:38:08 PM: 69 | }
9:38:08 PM: 70 | });
9:38:08 PM: 71 | },
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:70:7:
9:38:08 PM: 68 | this.getStory("home", "published");
9:38:08 PM: 69 | }
9:38:08 PM: > 70 | });
9:38:08 PM: | ^
9:38:08 PM: 71 | },
9:38:08 PM: 72 |
9:38:08 PM: 73 | methods: {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Blog.vue:74:13:
9:38:08 PM: 72 |
9:38:08 PM: 73 | methods: {
9:38:08 PM: > 74 | getStory(version) {
9:38:08 PM: | ^
9:38:08 PM: 75 | storyapi
9:38:08 PM: 76 | .get("cdn/stories", {
9:38:08 PM: 77 | version: "draft",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:76:14:
9:38:08 PM: 74 | getStory(version) {
9:38:08 PM: 75 | storyapi
9:38:08 PM: > 76 | .get("cdn/stories", {
9:38:08 PM: | ^
9:38:08 PM: 77 | version: "draft",
9:38:08 PM: 78 | starts_with: "blog/"
9:38:08 PM: 79 | })
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:77:20:
9:38:08 PM: 75 | storyapi
9:38:08 PM: 76 | .get("cdn/stories", {
9:38:08 PM: > 77 | version: "draft",
9:38:08 PM: | ^
9:38:08 PM: 78 | starts_with: "blog/"
9:38:08 PM: 79 | })
9:38:08 PM: 80 | .then(res => {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/Blog.vue:78:24:
9:38:08 PM: 76 | .get("cdn/stories", {
9:38:08 PM: 77 | version: "draft",
9:38:08 PM: > 78 | starts_with: "blog/"
9:38:08 PM: | ^
9:38:08 PM: 79 | })
9:38:08 PM: 80 | .then(res => {
9:38:08 PM: 81 | this.posts = res.data.stories.map(bp => {
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:87:14:
9:38:08 PM: 85 | previewText: bp.content.summary,
9:38:08 PM: 86 | thumbnailUrl: bp.content.thumbnail
9:38:08 PM: > 87 | };
9:38:08 PM: | ^
9:38:08 PM: 88 | });
9:38:08 PM: 89 | })
9:38:08 PM: 90 | .catch(error => {
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:88:13:
9:38:08 PM: 86 | thumbnailUrl: bp.content.thumbnail
9:38:08 PM: 87 | };
9:38:08 PM: > 88 | });
9:38:08 PM: | ^
9:38:08 PM: 89 | })
9:38:08 PM: 90 | .catch(error => {
9:38:08 PM: 91 | console.log(error);
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:91:29:
9:38:08 PM: 89 | })
9:38:08 PM: 90 | .catch(error => {
9:38:08 PM: > 91 | console.log(error);
9:38:08 PM: | ^
9:38:08 PM: 92 | });
9:38:08 PM: 93 | }
9:38:08 PM: 94 | },
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:92:11:
9:38:08 PM: 90 | .catch(error => {
9:38:08 PM: 91 | console.log(error);
9:38:08 PM: > 92 | });
9:38:08 PM: | ^
9:38:08 PM: 93 | }
9:38:08 PM: 94 | },
9:38:08 PM: 95 |
9:38:08 PM: error: Extra semicolon (semi) at src/views/Blog.vue:99:2:
9:38:08 PM: 97 | PostPreview
9:38:08 PM: 98 | }
9:38:08 PM: > 99 | };
9:38:08 PM: | ^
9:38:08 PM: 100 | </script>
9:38:08 PM: 101 |
9:38:08 PM: 102 | <style scoped>
9:38:08 PM: error: Newline required at end of file but not found (eol-last) at src/views/Blog.vue:103:9:
9:38:08 PM: 101 |
9:38:08 PM: 102 | <style scoped>
9:38:08 PM: > 103 | </style>
9:38:08 PM: | ^
9:38:08 PM: 47 errors found.
9:38:08 PM: 47 errors potentially fixable with the `--fix` option.
9:38:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:18:20:
9:38:08 PM: 16 |
9:38:08 PM: 17 | <script>
9:38:08 PM: > 18 | import marked from "marked";
9:38:08 PM: | ^
9:38:08 PM: 19 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: 20 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:18:28:
9:38:08 PM: 16 |
9:38:08 PM: 17 | <script>
9:38:08 PM: > 18 | import marked from "marked";
9:38:08 PM: | ^
9:38:08 PM: 19 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: 20 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:19:29:
9:38:08 PM: 17 | <script>
9:38:08 PM: 18 | import marked from "marked";
9:38:08 PM: > 19 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: | ^
9:38:08 PM: 20 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: 22 | accessToken: token
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:19:50:
9:38:08 PM: 17 | <script>
9:38:08 PM: 18 | import marked from "marked";
9:38:08 PM: > 19 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: | ^
9:38:08 PM: 20 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: 22 | accessToken: token
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:20:15:
9:38:08 PM: 18 | import marked from "marked";
9:38:08 PM: 19 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: > 20 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: | ^
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: 22 | accessToken: token
9:38:08 PM: 23 | });
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:20:41:
9:38:08 PM: 18 | import marked from "marked";
9:38:08 PM: 19 | import StoryblokClient from "storyblok-js-client";
9:38:08 PM: > 20 | const token = "iyPj3vEKmPladyz3zeqKuwtt";
9:38:08 PM: | ^
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: 22 | accessToken: token
9:38:08 PM: 23 | });
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:23:3:
9:38:08 PM: 21 | let storyapi = new StoryblokClient({
9:38:08 PM: 22 | accessToken: token
9:38:08 PM: > 23 | });
9:38:08 PM: | ^
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: 26 | data() {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/BlogPost.vue:26:7:
9:38:08 PM: 24 |
9:38:08 PM: 25 | export default {
9:38:08 PM: > 26 | data() {
9:38:08 PM: | ^
9:38:08 PM: 27 | return {
9:38:08 PM: 28 | posts: [],
9:38:08 PM: 29 | result: {}
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:30:6:
9:38:08 PM: 28 | posts: [],
9:38:08 PM: 29 | result: {}
9:38:08 PM: > 30 | };
9:38:08 PM: | ^
9:38:08 PM: 31 | },
9:38:08 PM: 32 | metaInfo() {
9:38:08 PM: 33 | return {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/BlogPost.vue:32:11:
9:38:08 PM: 30 | };
9:38:08 PM: 31 | },
9:38:08 PM: > 32 | metaInfo() {
9:38:08 PM: | ^
9:38:08 PM: 33 | return {
9:38:08 PM: 34 | title: this.result.title,
9:38:08 PM: 35 | titleTemplate: "%s ← Eldin's Blog",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:37:17:
9:38:08 PM: 35 | titleTemplate: "%s ← Eldin's Blog",
9:38:08 PM: 36 | meta: [
9:38:08 PM: > 37 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: | ^
9:38:08 PM: 38 | {
9:38:08 PM: 39 | name: "description",
9:38:08 PM: 40 | content: this.result.content
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:37:38:
9:38:08 PM: 35 | titleTemplate: "%s ← Eldin's Blog",
9:38:08 PM: 36 | meta: [
9:38:08 PM: > 37 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: | ^
9:38:08 PM: 38 | {
9:38:08 PM: 39 | name: "description",
9:38:08 PM: 40 | content: this.result.content
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:39:17:
9:38:08 PM: 37 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:08 PM: 38 | {
9:38:08 PM: > 39 | name: "description",
9:38:08 PM: | ^
9:38:08 PM: 40 | content: this.result.content
9:38:08 PM: 41 | },
9:38:08 PM: 42 | { charset: "utf-8" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:42:20:
9:38:08 PM: 40 | content: this.result.content
9:38:08 PM: 41 | },
9:38:08 PM: > 42 | { charset: "utf-8" },
9:38:08 PM: | ^
9:38:08 PM: 43 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 45 | { property: "og:type", content: "website" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:43:21:
9:38:08 PM: 41 | },
9:38:08 PM: 42 | { charset: "utf-8" },
9:38:08 PM: > 43 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: | ^
9:38:08 PM: 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 45 | { property: "og:type", content: "website" },
9:38:08 PM: 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:44:21:
9:38:08 PM: 42 | { charset: "utf-8" },
9:38:08 PM: 43 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: > 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: | ^
9:38:08 PM: 45 | { property: "og:type", content: "website" },
9:38:08 PM: 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 47 | {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:45:21:
9:38:08 PM: 43 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: > 45 | { property: "og:type", content: "website" },
9:38:08 PM: | ^
9:38:08 PM: 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 47 | {
9:38:08 PM: 48 | property: "og:image",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:45:41:
9:38:08 PM: 43 | { property: "og:title", content: "Eldin' Space" },
9:38:08 PM: 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: > 45 | { property: "og:type", content: "website" },
9:38:08 PM: | ^
9:38:08 PM: 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 47 | {
9:38:08 PM: 48 | property: "og:image",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:46:21:
9:38:08 PM: 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 45 | { property: "og:type", content: "website" },
9:38:08 PM: > 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: | ^
9:38:08 PM: 47 | {
9:38:08 PM: 48 | property: "og:image",
9:38:08 PM: 49 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:46:40:
9:38:08 PM: 44 | { property: "og:site_name", content: "Eldin' Space" },
9:38:08 PM: 45 | { property: "og:type", content: "website" },
9:38:08 PM: > 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: | ^
9:38:08 PM: 47 | {
9:38:08 PM: 48 | property: "og:image",
9:38:08 PM: 49 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:48:21:
9:38:08 PM: 46 | { property: "og:url", content: "https://eldin.space" },
9:38:08 PM: 47 | {
9:38:08 PM: > 48 | property: "og:image",
9:38:08 PM: | ^
9:38:08 PM: 49 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: 50 | },
9:38:08 PM: 51 | {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:49:20:
9:38:08 PM: 47 | {
9:38:08 PM: 48 | property: "og:image",
9:38:08 PM: > 49 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:08 PM: | ^
9:38:08 PM: 50 | },
9:38:08 PM: 51 | {
9:38:08 PM: 52 | property: "og:description",
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:52:21:
9:38:08 PM: 50 | },
9:38:08 PM: 51 | {
9:38:08 PM: > 52 | property: "og:description",
9:38:08 PM: | ^
9:38:08 PM: 53 | content: this.result.content
9:38:08 PM: 54 | }
9:38:08 PM: 55 | ]
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:56:6:
9:38:08 PM: 54 | }
9:38:08 PM: 55 | ]
9:38:08 PM: > 56 | };
9:38:08 PM: | ^
9:38:08 PM: 57 | },
9:38:08 PM: 58 | computed: {
9:38:08 PM: 59 | body() {
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/BlogPost.vue:59:9:
9:38:08 PM: 57 | },
9:38:08 PM: 58 | computed: {
9:38:08 PM: > 59 | body() {
9:38:08 PM: | ^
9:38:08 PM: 60 | return marked(this.result.content);
9:38:08 PM: 61 | }
9:38:08 PM: 62 | },
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:60:41:
9:38:08 PM: 58 | computed: {
9:38:08 PM: 59 | body() {
9:38:08 PM: > 60 | return marked(this.result.content);
9:38:08 PM: | ^
9:38:08 PM: 61 | }
9:38:08 PM: 62 | },
9:38:08 PM: 63 |
9:38:08 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/BlogPost.vue:64:10:
9:38:08 PM: 62 | },
9:38:08 PM: 63 |
9:38:08 PM: > 64 | created() {
9:38:08 PM: | ^
9:38:08 PM: 65 | window.storyblok.init({
9:38:08 PM: 66 | accessToken: token
9:38:08 PM: 67 | });
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:67:7:
9:38:08 PM: 65 | window.storyblok.init({
9:38:08 PM: 66 | accessToken: token
9:38:08 PM: > 67 | });
9:38:08 PM: | ^
9:38:08 PM: 68 | window.storyblok.on("change", () => {
9:38:08 PM: 69 | this.getStory("home", "draft");
9:38:08 PM: 70 | });
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:68:25:
9:38:08 PM: 66 | accessToken: token
9:38:08 PM: 67 | });
9:38:08 PM: > 68 | window.storyblok.on("change", () => {
9:38:08 PM: | ^
9:38:08 PM: 69 | this.getStory("home", "draft");
9:38:08 PM: 70 | });
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:69:21:
9:38:08 PM: 67 | });
9:38:08 PM: 68 | window.storyblok.on("change", () => {
9:38:08 PM: > 69 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 70 | });
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:69:29:
9:38:08 PM: 67 | });
9:38:08 PM: 68 | window.storyblok.on("change", () => {
9:38:08 PM: > 69 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 70 | });
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:69:37:
9:38:08 PM: 67 | });
9:38:08 PM: 68 | window.storyblok.on("change", () => {
9:38:08 PM: > 69 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 70 | });
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:70:7:
9:38:08 PM: 68 | window.storyblok.on("change", () => {
9:38:08 PM: 69 | this.getStory("home", "draft");
9:38:08 PM: > 70 | });
9:38:08 PM: | ^
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: 73 | this.getStory("home", "draft");
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:73:23:
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: > 73 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 74 | } else {
9:38:08 PM: 75 | this.getStory("home", "published");
9:38:08 PM: 76 | }
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:73:31:
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: > 73 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 74 | } else {
9:38:08 PM: 75 | this.getStory("home", "published");
9:38:08 PM: 76 | }
9:38:08 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:73:39:
9:38:08 PM: 71 | window.storyblok.pingEditor(() => {
9:38:08 PM: 72 | if (window.storyblok.isInEditor()) {
9:38:08 PM: > 73 | this.getStory("home", "draft");
9:38:08 PM: | ^
9:38:08 PM: 74 | } else {
9:38:08 PM: 75 | this.getStory("home", "published");
9:38:08 PM: 76 | }
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:75:23:
9:38:08 PM: 73 | this.getStory("home", "draft");
9:38:08 PM: 74 | } else {
9:38:08 PM: > 75 | this.getStory("home", "published");
9:38:08 PM: | ^
9:38:08 PM: 76 | }
9:38:08 PM: 77 | });
9:38:08 PM: 78 | },
9:38:08 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:75:31:
9:38:08 PM: 73 | this.getStory("home", "draft");
9:38:08 PM: 74 | } else {
9:38:08 PM: > 75 | this.getStory("home", "published");
9:38:08 PM: | ^
9:38:09 PM: 76 | }
9:38:09 PM: 77 | });
9:38:09 PM: 78 | },
9:38:09 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:75:43:
9:38:09 PM: 73 | this.getStory("home", "draft");
9:38:09 PM: 74 | } else {
9:38:09 PM: > 75 | this.getStory("home", "published");
9:38:09 PM: | ^
9:38:09 PM: 76 | }
9:38:09 PM: 77 | });
9:38:09 PM: 78 | },
9:38:09 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:77:7:
9:38:09 PM: 75 | this.getStory("home", "published");
9:38:09 PM: 76 | }
9:38:09 PM: > 77 | });
9:38:10 PM: | ^
9:38:10 PM: 78 | },
9:38:10 PM: 79 |
9:38:10 PM: 80 | methods: {
9:38:10 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/BlogPost.vue:81:13:
9:38:10 PM: 79 |
9:38:10 PM: 80 | methods: {
9:38:10 PM: > 81 | getStory(version) {
9:38:10 PM: | ^
9:38:10 PM: 82 | storyapi
9:38:10 PM: 83 | .get("cdn/stories", {
9:38:10 PM: 84 | version: "draft",
9:38:10 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:83:14:
9:38:10 PM: 81 | getStory(version) {
9:38:10 PM: 82 | storyapi
9:38:10 PM: > 83 | .get("cdn/stories", {
9:38:10 PM: | ^
9:38:10 PM: 84 | version: "draft",
9:38:10 PM: 85 | starts_with: "blog/"
9:38:11 PM: 86 | })
9:38:11 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:84:20:
9:38:11 PM: 82 | storyapi
9:38:11 PM: 83 | .get("cdn/stories", {
9:38:11 PM: > 84 | version: "draft",
9:38:11 PM: | ^
9:38:11 PM: 85 | starts_with: "blog/"
9:38:11 PM: 86 | })
9:38:11 PM: 87 | .then(res => {
9:38:11 PM: error: Strings must use singlequote (quotes) at src/views/BlogPost.vue:85:24:
9:38:11 PM: 83 | .get("cdn/stories", {
9:38:11 PM: 84 | version: "draft",
9:38:11 PM: > 85 | starts_with: "blog/"
9:38:11 PM: | ^
9:38:11 PM: 86 | })
9:38:11 PM: 87 | .then(res => {
9:38:11 PM: 88 | this.posts = res.data.stories.map(bp => {
9:38:12 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:96:14:
9:38:12 PM: 94 | content: bp.content.content,
9:38:12 PM: 95 | date: new Date(bp.content.date)
9:38:12 PM: > 96 | };
9:38:12 PM: | ^
9:38:12 PM: 97 | });
9:38:12 PM: 98 | this.result = this.posts.find(
9:38:12 PM: 99 | rightPost => rightPost.id === this.$route.params.id
9:38:12 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:97:13:
9:38:12 PM: 95 | date: new Date(bp.content.date)
9:38:12 PM: 96 | };
9:38:12 PM: > 97 | });
9:38:12 PM: | ^
9:38:12 PM: 98 | this.result = this.posts.find(
9:38:12 PM: 99 | rightPost => rightPost.id === this.$route.params.id
9:38:12 PM: 100 | );
9:38:13 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:100:12:
9:38:13 PM: 98 | this.result = this.posts.find(
9:38:13 PM: 99 | rightPost => rightPost.id === this.$route.params.id
9:38:13 PM: > 100 | );
9:38:13 PM: | ^
9:38:13 PM: 101 | })
9:38:13 PM: 102 | .catch(error => {
9:38:13 PM: 103 | console.log(error);
9:38:13 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:103:29:
9:38:13 PM: 101 | })
9:38:13 PM: 102 | .catch(error => {
9:38:13 PM: > 103 | console.log(error);
9:38:13 PM: | ^
9:38:13 PM: 104 | });
9:38:13 PM: 105 | }
9:38:14 PM: 106 | }
9:38:14 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:104:11:
9:38:14 PM: 102 | .catch(error => {
9:38:14 PM: 103 | console.log(error);
9:38:14 PM: > 104 | });
9:38:14 PM: | ^
9:38:14 PM: 105 | }
9:38:14 PM: 106 | }
9:38:14 PM: 107 | };
9:38:14 PM: error: Extra semicolon (semi) at src/views/BlogPost.vue:107:2:
9:38:14 PM: 105 | }
9:38:14 PM: 106 | }
9:38:14 PM: > 107 | };
9:38:14 PM: | ^
9:38:15 PM: 108 | </script>
9:38:15 PM: 109 |
9:38:15 PM: 110 | <style scoped>
9:38:15 PM: error: Newline required at end of file but not found (eol-last) at src/views/BlogPost.vue:111:9:
9:38:15 PM: 109 |
9:38:15 PM: 110 | <style scoped>
9:38:15 PM: > 111 | </style>
9:38:15 PM: | ^
9:38:15 PM: 51 errors found.
9:38:15 PM: 51 errors potentially fixable with the `--fix` option.
9:38:15 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:15 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:84:33:
9:38:15 PM: 82 |
9:38:15 PM: 83 | <script>
9:38:15 PM: > 84 | import { validationMixin } from "vuelidate";
9:38:16 PM: | ^
9:38:16 PM: 85 | import {
9:38:16 PM: 86 | required,
9:38:16 PM: 87 | maxLength,
9:38:16 PM: error: Extra semicolon (semi) at src/views/Contact.vue:84:44:
9:38:16 PM: 82 |
9:38:16 PM: 83 | <script>
9:38:16 PM: > 84 | import { validationMixin } from "vuelidate";
9:38:16 PM: | ^
9:38:16 PM: 85 | import {
9:38:16 PM: 86 | required,
9:38:16 PM: 87 | maxLength,
9:38:17 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:90:8:
9:38:17 PM: 88 | email,
9:38:17 PM: 89 | minLength
9:38:17 PM: > 90 | } from "vuelidate/lib/validators";
9:38:17 PM: | ^
9:38:17 PM: 91 | export default {
9:38:17 PM: 92 | metaInfo: {
9:38:17 PM: 93 | title: "Contact",
9:38:17 PM: error: Extra semicolon (semi) at src/views/Contact.vue:90:34:
9:38:17 PM: 88 | email,
9:38:17 PM: 89 | minLength
9:38:17 PM: > 90 | } from "vuelidate/lib/validators";
9:38:17 PM: | ^
9:38:17 PM: 91 | export default {
9:38:17 PM: 92 | metaInfo: {
9:38:17 PM: 93 | title: "Contact",
9:38:18 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:93:12:
9:38:18 PM: 91 | export default {
9:38:18 PM: 92 | metaInfo: {
9:38:18 PM: > 93 | title: "Contact",
9:38:18 PM: | ^
9:38:18 PM: 94 | titleTemplate: "%s ← Eldin's Space",
9:38:18 PM: 95 | meta: [
9:38:18 PM: 96 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:18 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:96:15:
9:38:18 PM: 94 | titleTemplate: "%s ← Eldin's Space",
9:38:18 PM: 95 | meta: [
9:38:18 PM: > 96 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:18 PM: | ^
9:38:18 PM: 97 | {
9:38:18 PM: 98 | name: "description",
9:38:18 PM: 99 | content:
9:38:18 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:96:36:
9:38:19 PM: 94 | titleTemplate: "%s ← Eldin's Space",
9:38:19 PM: 95 | meta: [
9:38:19 PM: > 96 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:19 PM: | ^
9:38:19 PM: 97 | {
9:38:19 PM: 98 | name: "description",
9:38:19 PM: 99 | content:
9:38:19 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:98:15:
9:38:19 PM: 96 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:19 PM: 97 | {
9:38:19 PM: > 98 | name: "description",
9:38:19 PM: | ^
9:38:19 PM: 99 | content:
9:38:19 PM: 100 | "Eldin Zaimovic's Contact Doboj Bosnia and Herzegovina Freelance Get in Touch ContactMe"
9:38:19 PM: 101 | },
9:38:19 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:102:18:
9:38:19 PM: 100 | "Eldin Zaimovic's Contact Doboj Bosnia and Herzegovina Freelance Get in Touch ContactMe"
9:38:20 PM: 101 | },
9:38:20 PM: > 102 | { charset: "utf-8" },
9:38:20 PM: | ^
9:38:20 PM: 103 | { property: "og:title", content: "Eldin' Space" },
9:38:20 PM: 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:20 PM: 105 | { property: "og:type", content: "website" },
9:38:20 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:103:19:
9:38:20 PM: 101 | },
9:38:20 PM: 102 | { charset: "utf-8" },
9:38:20 PM: > 103 | { property: "og:title", content: "Eldin' Space" },
9:38:20 PM: | ^
9:38:20 PM: 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:20 PM: 105 | { property: "og:type", content: "website" },
9:38:20 PM: 106 | { property: "og:url", content: "https://eldin.space" },
9:38:20 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:104:19:
9:38:20 PM: 102 | { charset: "utf-8" },
9:38:20 PM: 103 | { property: "og:title", content: "Eldin' Space" },
9:38:21 PM: > 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:21 PM: | ^
9:38:21 PM: 105 | { property: "og:type", content: "website" },
9:38:21 PM: 106 | { property: "og:url", content: "https://eldin.space" },
9:38:21 PM: 107 | {
9:38:21 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:105:19:
9:38:21 PM: 103 | { property: "og:title", content: "Eldin' Space" },
9:38:21 PM: 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:21 PM: > 105 | { property: "og:type", content: "website" },
9:38:21 PM: | ^
9:38:22 PM: 106 | { property: "og:url", content: "https://eldin.space" },
9:38:22 PM: 107 | {
9:38:22 PM: 108 | property: "og:image",
9:38:22 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:105:39:
9:38:22 PM: 103 | { property: "og:title", content: "Eldin' Space" },
9:38:22 PM: 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:23 PM: > 105 | { property: "og:type", content: "website" },
9:38:23 PM: | ^
9:38:23 PM: 106 | { property: "og:url", content: "https://eldin.space" },
9:38:23 PM: 107 | {
9:38:23 PM: 108 | property: "og:image",
9:38:23 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:106:19:
9:38:23 PM: 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:23 PM: 105 | { property: "og:type", content: "website" },
9:38:23 PM: > 106 | { property: "og:url", content: "https://eldin.space" },
9:38:23 PM: | ^
9:38:23 PM: 107 | {
9:38:23 PM: 108 | property: "og:image",
9:38:23 PM: 109 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:23 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:106:38:
9:38:23 PM: 104 | { property: "og:site_name", content: "Eldin' Space" },
9:38:23 PM: 105 | { property: "og:type", content: "website" },
9:38:23 PM: > 106 | { property: "og:url", content: "https://eldin.space" },
9:38:24 PM: | ^
9:38:24 PM: 107 | {
9:38:24 PM: 108 | property: "og:image",
9:38:24 PM: 109 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:24 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:108:19:
9:38:24 PM: 106 | { property: "og:url", content: "https://eldin.space" },
9:38:24 PM: 107 | {
9:38:24 PM: > 108 | property: "og:image",
9:38:24 PM: | ^
9:38:24 PM: 109 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:24 PM: 110 | },
9:38:24 PM: 111 | {
9:38:24 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:109:18:
9:38:24 PM: 107 | {
9:38:24 PM: 108 | property: "og:image",
9:38:24 PM: > 109 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:25 PM: | ^
9:38:25 PM: 110 | },
9:38:25 PM: 111 | {
9:38:25 PM: 112 | property: "og:description",
9:38:25 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:112:19:
9:38:25 PM: 110 | },
9:38:25 PM: 111 | {
9:38:25 PM: > 112 | property: "og:description",
9:38:25 PM: | ^
9:38:25 PM: 113 | content:
9:38:25 PM: 114 | "Eldin Zaimovic's Contact Doboj Bosnia and Herzegovina Freelance Get in Touch ContactMe"
9:38:25 PM: 115 | }
9:38:25 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Contact.vue:124:7:
9:38:25 PM: 122 | body: { required, minLength: minLength(20) }
9:38:25 PM: 123 | },
9:38:25 PM: > 124 | data() {
9:38:25 PM: | ^
9:38:25 PM: 125 | return {
9:38:26 PM: 126 | name: "",
9:38:26 PM: 127 | email: "",
9:38:26 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:126:13:
9:38:26 PM: 124 | data() {
9:38:26 PM: 125 | return {
9:38:26 PM: > 126 | name: "",
9:38:26 PM: | ^
9:38:26 PM: 127 | email: "",
9:38:26 PM: 128 | body: ""
9:38:26 PM: 129 | };
9:38:26 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:127:14:
9:38:26 PM: 125 | return {
9:38:26 PM: 126 | name: "",
9:38:26 PM: > 127 | email: "",
9:38:26 PM: | ^
9:38:26 PM: 128 | body: ""
9:38:26 PM: 129 | };
9:38:27 PM: 130 | },
9:38:27 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:128:13:
9:38:27 PM: 126 | name: "",
9:38:27 PM: 127 | email: "",
9:38:27 PM: > 128 | body: ""
9:38:27 PM: | ^
9:38:27 PM: 129 | };
9:38:27 PM: 130 | },
9:38:27 PM: 131 | methods: {
9:38:27 PM: error: Extra semicolon (semi) at src/views/Contact.vue:129:6:
9:38:27 PM: 127 | email: "",
9:38:27 PM: 128 | body: ""
9:38:27 PM: > 129 | };
9:38:27 PM: | ^
9:38:27 PM: 130 | },
9:38:27 PM: 131 | methods: {
9:38:27 PM: 132 | submit() {
9:38:27 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Contact.vue:132:11:
9:38:27 PM: 130 | },
9:38:28 PM: 131 | methods: {
9:38:28 PM: > 132 | submit() {
9:38:28 PM: | ^
9:38:28 PM: 133 | this.$v.$touch();
9:38:28 PM: 134 | },
9:38:28 PM: 135 | clear() {
9:38:28 PM: error: Extra semicolon (semi) at src/views/Contact.vue:133:23:
9:38:28 PM: 131 | methods: {
9:38:28 PM: 132 | submit() {
9:38:28 PM: > 133 | this.$v.$touch();
9:38:28 PM: | ^
9:38:28 PM: 134 | },
9:38:28 PM: 135 | clear() {
9:38:28 PM: 136 | this.$v.$reset();
9:38:28 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Contact.vue:135:10:
9:38:28 PM: 133 | this.$v.$touch();
9:38:28 PM: 134 | },
9:38:28 PM: > 135 | clear() {
9:38:29 PM: | ^
9:38:29 PM: 136 | this.$v.$reset();
9:38:29 PM: 137 | this.name = "";
9:38:29 PM: 138 | this.email = "";
9:38:29 PM: error: Extra semicolon (semi) at src/views/Contact.vue:136:23:
9:38:29 PM: 134 | },
9:38:29 PM: 135 | clear() {
9:38:29 PM: > 136 | this.$v.$reset();
9:38:29 PM: | ^
9:38:29 PM: 137 | this.name = "";
9:38:29 PM: 138 | this.email = "";
9:38:29 PM: 139 | this.body = "";
9:38:29 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:137:19:
9:38:29 PM: 135 | clear() {
9:38:29 PM: 136 | this.$v.$reset();
9:38:29 PM: > 137 | this.name = "";
9:38:29 PM: | ^
9:38:29 PM: 138 | this.email = "";
9:38:29 PM: 139 | this.body = "";
9:38:29 PM: 140 | }
9:38:30 PM: error: Extra semicolon (semi) at src/views/Contact.vue:137:21:
9:38:30 PM: 135 | clear() {
9:38:30 PM: 136 | this.$v.$reset();
9:38:30 PM: > 137 | this.name = "";
9:38:30 PM: | ^
9:38:30 PM: 138 | this.email = "";
9:38:30 PM: 139 | this.body = "";
9:38:30 PM: 140 | }
9:38:30 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:138:20:
9:38:30 PM: 136 | this.$v.$reset();
9:38:30 PM: 137 | this.name = "";
9:38:30 PM: > 138 | this.email = "";
9:38:30 PM: | ^
9:38:30 PM: 139 | this.body = "";
9:38:30 PM: 140 | }
9:38:30 PM: 141 | },
9:38:30 PM: error: Extra semicolon (semi) at src/views/Contact.vue:138:22:
9:38:30 PM: 136 | this.$v.$reset();
9:38:30 PM: 137 | this.name = "";
9:38:30 PM: > 138 | this.email = "";
9:38:30 PM: | ^
9:38:31 PM: 139 | this.body = "";
9:38:31 PM: 140 | }
9:38:31 PM: 141 | },
9:38:31 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:139:19:
9:38:31 PM: 137 | this.name = "";
9:38:31 PM: 138 | this.email = "";
9:38:31 PM: > 139 | this.body = "";
9:38:31 PM: | ^
9:38:31 PM: 140 | }
9:38:31 PM: 141 | },
9:38:31 PM: 142 | computed: {
9:38:31 PM: error: Extra semicolon (semi) at src/views/Contact.vue:139:21:
9:38:31 PM: 137 | this.name = "";
9:38:31 PM: 138 | this.email = "";
9:38:31 PM: > 139 | this.body = "";
9:38:31 PM: | ^
9:38:31 PM: 140 | }
9:38:31 PM: 141 | },
9:38:31 PM: 142 | computed: {
9:38:31 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Contact.vue:143:15:
9:38:31 PM: 141 | },
9:38:31 PM: 142 | computed: {
9:38:32 PM: > 143 | nameErrors() {
9:38:32 PM: | ^
9:38:32 PM: 144 | const errors = [];
9:38:32 PM: 145 | if (!this.$v.name.$dirty) return errors;
9:38:32 PM: 146 | !this.$v.name.maxLength &&
9:38:32 PM: error: Extra semicolon (semi) at src/views/Contact.vue:144:24:
9:38:32 PM: 142 | computed: {
9:38:32 PM: 143 | nameErrors() {
9:38:32 PM: > 144 | const errors = [];
9:38:32 PM: | ^
9:38:32 PM: 145 | if (!this.$v.name.$dirty) return errors;
9:38:32 PM: 146 | !this.$v.name.maxLength &&
9:38:32 PM: 147 | errors.push("Name must be at most 20 characters long");
9:38:32 PM: error: Extra semicolon (semi) at src/views/Contact.vue:145:46:
9:38:32 PM: 143 | nameErrors() {
9:38:32 PM: 144 | const errors = [];
9:38:32 PM: > 145 | if (!this.$v.name.$dirty) return errors;
9:38:32 PM: | ^
9:38:32 PM: 146 | !this.$v.name.maxLength &&
9:38:32 PM: 147 | errors.push("Name must be at most 20 characters long");
9:38:32 PM: 148 | !this.$v.name.required && errors.push("Name is required.");
9:38:33 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:147:21:
9:38:33 PM: 145 | if (!this.$v.name.$dirty) return errors;
9:38:33 PM: 146 | !this.$v.name.maxLength &&
9:38:33 PM: > 147 | errors.push("Name must be at most 20 characters long");
9:38:33 PM: | ^
9:38:33 PM: 148 | !this.$v.name.required && errors.push("Name is required.");
9:38:33 PM: 149 | return errors;
9:38:33 PM: 150 | },
9:38:33 PM: error: Extra semicolon (semi) at src/views/Contact.vue:147:63:
9:38:33 PM: 145 | if (!this.$v.name.$dirty) return errors;
9:38:33 PM: 146 | !this.$v.name.maxLength &&
9:38:33 PM: > 147 | errors.push("Name must be at most 20 characters long");
9:38:33 PM: | ^
9:38:33 PM: 148 | !this.$v.name.required && errors.push("Name is required.");
9:38:33 PM: 149 | return errors;
9:38:33 PM: 150 | },
9:38:33 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:148:45:
9:38:33 PM: 146 | !this.$v.name.maxLength &&
9:38:33 PM: 147 | errors.push("Name must be at most 20 characters long");
9:38:33 PM: > 148 | !this.$v.name.required && errors.push("Name is required.");
9:38:33 PM: | ^
9:38:34 PM: 149 | return errors;
9:38:34 PM: 150 | },
9:38:34 PM: 151 | emailErrors() {
9:38:34 PM: error: Extra semicolon (semi) at src/views/Contact.vue:148:65:
9:38:34 PM: 146 | !this.$v.name.maxLength &&
9:38:34 PM: 147 | errors.push("Name must be at most 20 characters long");
9:38:34 PM: > 148 | !this.$v.name.required && errors.push("Name is required.");
9:38:34 PM: | ^
9:38:34 PM: 149 | return errors;
9:38:34 PM: 150 | },
9:38:34 PM: 151 | emailErrors() {
9:38:34 PM: error: Extra semicolon (semi) at src/views/Contact.vue:149:20:
9:38:34 PM: 147 | errors.push("Name must be at most 20 characters long");
9:38:34 PM: 148 | !this.$v.name.required && errors.push("Name is required.");
9:38:34 PM: > 149 | return errors;
9:38:34 PM: | ^
9:38:34 PM: 150 | },
9:38:34 PM: 151 | emailErrors() {
9:38:34 PM: 152 | const errors = [];
9:38:34 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Contact.vue:151:16:
9:38:34 PM: 149 | return errors;
9:38:35 PM: 150 | },
9:38:35 PM: > 151 | emailErrors() {
9:38:35 PM: | ^
9:38:35 PM: 152 | const errors = [];
9:38:35 PM: 153 | if (!this.$v.email.$dirty) return errors;
9:38:35 PM: 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:35 PM: error: Extra semicolon (semi) at src/views/Contact.vue:152:24:
9:38:35 PM: 150 | },
9:38:35 PM: 151 | emailErrors() {
9:38:35 PM: > 152 | const errors = [];
9:38:35 PM: | ^
9:38:35 PM: 153 | if (!this.$v.email.$dirty) return errors;
9:38:35 PM: 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:35 PM: 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:35 PM: error: Extra semicolon (semi) at src/views/Contact.vue:153:47:
9:38:35 PM: 151 | emailErrors() {
9:38:35 PM: 152 | const errors = [];
9:38:35 PM: > 153 | if (!this.$v.email.$dirty) return errors;
9:38:35 PM: | ^
9:38:36 PM: 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:36 PM: 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:36 PM: 156 | return errors;
9:38:36 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:154:43:
9:38:36 PM: 152 | const errors = [];
9:38:36 PM: 153 | if (!this.$v.email.$dirty) return errors;
9:38:36 PM: > 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:36 PM: | ^
9:38:36 PM: 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:36 PM: 156 | return errors;
9:38:36 PM: 157 | },
9:38:36 PM: error: Extra semicolon (semi) at src/views/Contact.vue:154:66:
9:38:36 PM: 152 | const errors = [];
9:38:36 PM: 153 | if (!this.$v.email.$dirty) return errors;
9:38:36 PM: > 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:36 PM: | ^
9:38:37 PM: 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:37 PM: 156 | return errors;
9:38:37 PM: 157 | },
9:38:37 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:155:46:
9:38:37 PM: 153 | if (!this.$v.email.$dirty) return errors;
9:38:37 PM: 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:37 PM: > 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:37 PM: | ^
9:38:37 PM: 156 | return errors;
9:38:37 PM: 157 | },
9:38:37 PM: 158 | bodyErrors() {
9:38:37 PM: error: Extra semicolon (semi) at src/views/Contact.vue:155:67:
9:38:37 PM: 153 | if (!this.$v.email.$dirty) return errors;
9:38:37 PM: 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:37 PM: > 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:37 PM: | ^
9:38:37 PM: 156 | return errors;
9:38:37 PM: 157 | },
9:38:37 PM: 158 | bodyErrors() {
9:38:38 PM: error: Extra semicolon (semi) at src/views/Contact.vue:156:20:
9:38:38 PM: 154 | !this.$v.email.email && errors.push("Must be valid e-mail");
9:38:38 PM: 155 | !this.$v.email.required && errors.push("E-mail is required");
9:38:38 PM: > 156 | return errors;
9:38:38 PM: | ^
9:38:38 PM: 157 | },
9:38:38 PM: 158 | bodyErrors() {
9:38:38 PM: 159 | const errors = [];
9:38:38 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Contact.vue:158:15:
9:38:38 PM: 156 | return errors;
9:38:38 PM: 157 | },
9:38:38 PM: > 158 | bodyErrors() {
9:38:38 PM: | ^
9:38:38 PM: 159 | const errors = [];
9:38:38 PM: 160 | if (!this.$v.body.$dirty) return errors;
9:38:38 PM: 161 | !this.$v.body.minLength &&
9:38:38 PM: error: Extra semicolon (semi) at src/views/Contact.vue:159:24:
9:38:38 PM: 157 | },
9:38:39 PM: 158 | bodyErrors() {
9:38:39 PM: > 159 | const errors = [];
9:38:39 PM: | ^
9:38:39 PM: 160 | if (!this.$v.body.$dirty) return errors;
9:38:39 PM: 161 | !this.$v.body.minLength &&
9:38:39 PM: 162 | errors.push("Text must be at least 20 characters long");
9:38:39 PM: error: Extra semicolon (semi) at src/views/Contact.vue:160:46:
9:38:39 PM: 158 | bodyErrors() {
9:38:39 PM: 159 | const errors = [];
9:38:39 PM: > 160 | if (!this.$v.body.$dirty) return errors;
9:38:39 PM: | ^
9:38:39 PM: 161 | !this.$v.body.minLength &&
9:38:39 PM: 162 | errors.push("Text must be at least 20 characters long");
9:38:39 PM: 163 | !this.$v.body.required && errors.push("Text is required");
9:38:39 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:162:21:
9:38:39 PM: 160 | if (!this.$v.body.$dirty) return errors;
9:38:39 PM: 161 | !this.$v.body.minLength &&
9:38:39 PM: > 162 | errors.push("Text must be at least 20 characters long");
9:38:39 PM: | ^
9:38:40 PM: 163 | !this.$v.body.required && errors.push("Text is required");
9:38:40 PM: 164 | return errors;
9:38:40 PM: 165 | }
9:38:40 PM: error: Extra semicolon (semi) at src/views/Contact.vue:162:64:
9:38:40 PM: 160 | if (!this.$v.body.$dirty) return errors;
9:38:40 PM: 161 | !this.$v.body.minLength &&
9:38:40 PM: > 162 | errors.push("Text must be at least 20 characters long");
9:38:40 PM: | ^
9:38:40 PM: 163 | !this.$v.body.required && errors.push("Text is required");
9:38:40 PM: 164 | return errors;
9:38:40 PM: 165 | }
9:38:40 PM: error: Strings must use singlequote (quotes) at src/views/Contact.vue:163:45:
9:38:40 PM: 161 | !this.$v.body.minLength &&
9:38:40 PM: 162 | errors.push("Text must be at least 20 characters long");
9:38:40 PM: > 163 | !this.$v.body.required && errors.push("Text is required");
9:38:40 PM: | ^
9:38:40 PM: 164 | return errors;
9:38:40 PM: 165 | }
9:38:41 PM: 166 | }
9:38:41 PM: error: Extra semicolon (semi) at src/views/Contact.vue:163:64:
9:38:41 PM: 161 | !this.$v.body.minLength &&
9:38:41 PM: 162 | errors.push("Text must be at least 20 characters long");
9:38:41 PM: > 163 | !this.$v.body.required && errors.push("Text is required");
9:38:41 PM: | ^
9:38:41 PM: 164 | return errors;
9:38:41 PM: 165 | }
9:38:41 PM: 166 | }
9:38:41 PM: error: Extra semicolon (semi) at src/views/Contact.vue:164:20:
9:38:41 PM: 162 | errors.push("Text must be at least 20 characters long");
9:38:41 PM: 163 | !this.$v.body.required && errors.push("Text is required");
9:38:41 PM: > 164 | return errors;
9:38:41 PM: | ^
9:38:41 PM: 165 | }
9:38:41 PM: 166 | }
9:38:41 PM: 167 | };
9:38:41 PM: error: Extra semicolon (semi) at src/views/Contact.vue:167:2:
9:38:41 PM: 165 | }
9:38:41 PM: 166 | }
9:38:42 PM: > 167 | };
9:38:42 PM: | ^
9:38:42 PM: 168 | </script>
9:38:42 PM: 169 |
9:38:42 PM: 170 | <style lang="scss" scoped>
9:38:42 PM: 58 errors found.
9:38:42 PM: 58 errors potentially fixable with the `--fix` option.
9:38:42 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:38:42 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:99:26:
9:38:42 PM: 97 |
9:38:42 PM: 98 | <script>
9:38:42 PM: > 99 | import { VueTyper } from "vue-typer";
9:38:42 PM: | ^
9:38:42 PM: 100 | import VueCompareImage from "vue-compare-image";
9:38:42 PM: 101 |
9:38:42 PM: 102 | export default {
9:38:42 PM: error: Extra semicolon (semi) at src/views/Home.vue:99:37:
9:38:42 PM: 97 |
9:38:42 PM: 98 | <script>
9:38:43 PM: > 99 | import { VueTyper } from "vue-typer";
9:38:43 PM: | ^
9:38:43 PM: 100 | import VueCompareImage from "vue-compare-image";
9:38:43 PM: 101 |
9:38:43 PM: 102 | export default {
9:38:43 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:100:29:
9:38:43 PM: 98 | <script>
9:38:43 PM: 99 | import { VueTyper } from "vue-typer";
9:38:43 PM: > 100 | import VueCompareImage from "vue-compare-image";
9:38:43 PM: | ^
9:38:43 PM: 101 |
9:38:43 PM: 102 | export default {
9:38:43 PM: 103 | metaInfo: {
9:38:43 PM: error: Extra semicolon (semi) at src/views/Home.vue:100:48:
9:38:43 PM: 98 | <script>
9:38:43 PM: 99 | import { VueTyper } from "vue-typer";
9:38:43 PM: > 100 | import VueCompareImage from "vue-compare-image";
9:38:43 PM: | ^
9:38:43 PM: 101 |
9:38:43 PM: 102 | export default {
9:38:44 PM: 103 | metaInfo: {
9:38:44 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:104:12:
9:38:44 PM: 102 | export default {
9:38:44 PM: 103 | metaInfo: {
9:38:44 PM: > 104 | title: "Home",
9:38:44 PM: | ^
9:38:44 PM: 105 | titleTemplate: "%s ← Eldin's Space",
9:38:44 PM: 106 | meta: [
9:38:44 PM: 107 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:44 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:107:15:
9:38:44 PM: 105 | titleTemplate: "%s ← Eldin's Space",
9:38:44 PM: 106 | meta: [
9:38:44 PM: > 107 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:44 PM: | ^
9:38:44 PM: 108 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:44 PM: 109 | { charset: "utf-8" },
9:38:44 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:44 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:107:36:
9:38:44 PM: 105 | titleTemplate: "%s ← Eldin's Space",
9:38:44 PM: 106 | meta: [
9:38:45 PM: > 107 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:45 PM: | ^
9:38:45 PM: 108 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:45 PM: 109 | { charset: "utf-8" },
9:38:45 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:45 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:108:15:
9:38:45 PM: 106 | meta: [
9:38:45 PM: 107 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:45 PM: > 108 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:45 PM: | ^
9:38:45 PM: 109 | { charset: "utf-8" },
9:38:45 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:45 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:45 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:109:18:
9:38:45 PM: 107 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:38:45 PM: 108 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:46 PM: > 109 | { charset: "utf-8" },
9:38:46 PM: | ^
9:38:46 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:46 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:46 PM: 112 | { property: "og:type", content: "website" },
9:38:46 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:110:19:
9:38:46 PM: 108 | { name: "description", content: "Eldin Zaimovic's Portfolio" },
9:38:46 PM: 109 | { charset: "utf-8" },
9:38:46 PM: > 110 | { property: "og:title", content: "Eldin' Space" },
9:38:46 PM: | ^
9:38:46 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:46 PM: 112 | { property: "og:type", content: "website" },
9:38:46 PM: 113 | { property: "og:url", content: "https://eldin.space" },
9:38:46 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:111:19:
9:38:46 PM: 109 | { charset: "utf-8" },
9:38:46 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:46 PM: > 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:46 PM: | ^
9:38:47 PM: 112 | { property: "og:type", content: "website" },
9:38:47 PM: 113 | { property: "og:url", content: "https://eldin.space" },
9:38:47 PM: 114 | {
9:38:47 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:112:19:
9:38:47 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:47 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:47 PM: > 112 | { property: "og:type", content: "website" },
9:38:47 PM: | ^
9:38:47 PM: 113 | { property: "og:url", content: "https://eldin.space" },
9:38:47 PM: 114 | {
9:38:47 PM: 115 | property: "og:image",
9:38:47 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:112:39:
9:38:47 PM: 110 | { property: "og:title", content: "Eldin' Space" },
9:38:47 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:47 PM: > 112 | { property: "og:type", content: "website" },
9:38:47 PM: | ^
9:38:47 PM: 113 | { property: "og:url", content: "https://eldin.space" },
9:38:47 PM: 114 | {
9:38:48 PM: 115 | property: "og:image",
9:38:48 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:113:19:
9:38:48 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:48 PM: 112 | { property: "og:type", content: "website" },
9:38:48 PM: > 113 | { property: "og:url", content: "https://eldin.space" },
9:38:48 PM: | ^
9:38:48 PM: 114 | {
9:38:48 PM: 115 | property: "og:image",
9:38:48 PM: 116 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:48 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:113:38:
9:38:48 PM: 111 | { property: "og:site_name", content: "Eldin' Space" },
9:38:48 PM: 112 | { property: "og:type", content: "website" },
9:38:48 PM: > 113 | { property: "og:url", content: "https://eldin.space" },
9:38:48 PM: | ^
9:38:48 PM: 114 | {
9:38:48 PM: 115 | property: "og:image",
9:38:48 PM: 116 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:48 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:115:19:
9:38:49 PM: 113 | { property: "og:url", content: "https://eldin.space" },
9:38:49 PM: 114 | {
9:38:49 PM: > 115 | property: "og:image",
9:38:49 PM: | ^
9:38:49 PM: 116 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:49 PM: 117 | },
9:38:49 PM: 118 | { property: "og:description", content: "Eldin Zaimovic's Portfolio" }
9:38:49 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:116:18:
9:38:49 PM: 114 | {
9:38:49 PM: 115 | property: "og:image",
9:38:49 PM: > 116 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:49 PM: | ^
9:38:49 PM: 117 | },
9:38:49 PM: 118 | { property: "og:description", content: "Eldin Zaimovic's Portfolio" }
9:38:49 PM: 119 | ]
9:38:49 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:118:19:
9:38:49 PM: 116 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:38:49 PM: 117 | },
9:38:49 PM: > 118 | { property: "og:description", content: "Eldin Zaimovic's Portfolio" }
9:38:49 PM: | ^
9:38:50 PM: 119 | ]
9:38:50 PM: 120 | },
9:38:50 PM: 121 | components: {
9:38:50 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:122:5:
9:38:50 PM: 120 | },
9:38:50 PM: 121 | components: {
9:38:50 PM: > 122 | "vue-typer": VueTyper,
9:38:50 PM: | ^
9:38:50 PM: 123 | VueCompareImage
9:38:50 PM: 124 | },
9:38:50 PM: 125 | data() {
9:38:50 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Home.vue:125:7:
9:38:50 PM: 123 | VueCompareImage
9:38:50 PM: 124 | },
9:38:50 PM: > 125 | data() {
9:38:50 PM: | ^
9:38:50 PM: 126 | return {
9:38:51 PM: 127 | icons: [
9:38:51 PM: 128 | { href: "https://github.com/EldinZaimovic", icon: "fab fa-github" },
9:38:51 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:128:17:
9:38:51 PM: 126 | return {
9:38:51 PM: 127 | icons: [
9:38:51 PM: > 128 | { href: "https://github.com/EldinZaimovic", icon: "fab fa-github" },
9:38:51 PM: | ^
9:38:51 PM: 129 | {
9:38:51 PM: 130 | href: "https://stackoverflow.com/users/story/9660700",
9:38:51 PM: 131 | icon: "fab fa-stack-overflow"
9:38:51 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:128:59:
9:38:51 PM: 126 | return {
9:38:51 PM: 127 | icons: [
9:38:51 PM: > 128 | { href: "https://github.com/EldinZaimovic", icon: "fab fa-github" },
9:38:51 PM: | ^
9:38:51 PM: 129 | {
9:38:51 PM: 130 | href: "https://stackoverflow.com/users/story/9660700",
9:38:51 PM: 131 | icon: "fab fa-stack-overflow"
9:38:52 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:130:17:
9:38:52 PM: 128 | { href: "https://github.com/EldinZaimovic", icon: "fab fa-github" },
9:38:52 PM: 129 | {
9:38:52 PM: > 130 | href: "https://stackoverflow.com/users/story/9660700",
9:38:52 PM: | ^
9:38:52 PM: 131 | icon: "fab fa-stack-overflow"
9:38:52 PM: 132 | },
9:38:52 PM: 133 | { href: "https://twitter.com/EldinMatricar", icon: "fab fa-twitter" },
9:38:52 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:131:17:
9:38:52 PM: 129 | {
9:38:52 PM: 130 | href: "https://stackoverflow.com/users/story/9660700",
9:38:52 PM: > 131 | icon: "fab fa-stack-overflow"
9:38:52 PM: | ^
9:38:52 PM: 132 | },
9:38:52 PM: 133 | { href: "https://twitter.com/EldinMatricar", icon: "fab fa-twitter" },
9:38:52 PM: 134 | {
9:38:52 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:133:17:
9:38:52 PM: 131 | icon: "fab fa-stack-overflow"
9:38:53 PM: 132 | },
9:38:53 PM: > 133 | { href: "https://twitter.com/EldinMatricar", icon: "fab fa-twitter" },
9:38:53 PM: | ^
9:38:53 PM: 134 | {
9:38:53 PM: 135 | href: "https://www.linkedin.com/in/eldin-zaimovic",
9:38:53 PM: 136 | icon: "fab fa-linkedin-in"
9:38:53 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:133:60:
9:38:53 PM: 131 | icon: "fab fa-stack-overflow"
9:38:53 PM: 132 | },
9:38:53 PM: > 133 | { href: "https://twitter.com/EldinMatricar", icon: "fab fa-twitter" },
9:38:53 PM: | ^
9:38:53 PM: 134 | {
9:38:53 PM: 135 | href: "https://www.linkedin.com/in/eldin-zaimovic",
9:38:53 PM: 136 | icon: "fab fa-linkedin-in"
9:38:53 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:135:17:
9:38:53 PM: 133 | { href: "https://twitter.com/EldinMatricar", icon: "fab fa-twitter" },
9:38:53 PM: 134 | {
9:38:53 PM: > 135 | href: "https://www.linkedin.com/in/eldin-zaimovic",
9:38:54 PM: | ^
9:38:54 PM: 136 | icon: "fab fa-linkedin-in"
9:38:54 PM: 137 | },
9:38:54 PM: 138 | {
9:38:55 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:136:17:
9:38:56 PM: 134 | {
9:38:56 PM: 135 | href: "https://www.linkedin.com/in/eldin-zaimovic",
9:38:56 PM: > 136 | icon: "fab fa-linkedin-in"
9:38:56 PM: | ^
9:38:56 PM: 137 | },
9:38:56 PM: 138 | {
9:38:56 PM: 139 | href: "https://www.xing.com/profile/Eldin_Zaimovic?sc_o=mxb_p",
9:38:56 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:139:17:
9:38:56 PM: 137 | },
9:38:56 PM: 138 | {
9:38:57 PM: > 139 | href: "https://www.xing.com/profile/Eldin_Zaimovic?sc_o=mxb_p",
9:38:57 PM: | ^
9:38:57 PM: 140 | icon: "fab fa-xing"
9:38:57 PM: 141 | },
9:38:57 PM: 142 | {
9:38:57 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:140:17:
9:38:57 PM: 138 | {
9:38:57 PM: 139 | href: "https://www.xing.com/profile/Eldin_Zaimovic?sc_o=mxb_p",
9:38:57 PM: > 140 | icon: "fab fa-xing"
9:38:57 PM: | ^
9:38:57 PM: 141 | },
9:38:57 PM: 142 | {
9:38:57 PM: 143 | href: "https://www.facebook.com/EldinVasVoli",
9:38:57 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:143:17:
9:38:57 PM: 141 | },
9:38:57 PM: 142 | {
9:38:58 PM: > 143 | href: "https://www.facebook.com/EldinVasVoli",
9:38:58 PM: | ^
9:38:58 PM: 144 | icon: "fab fa-facebook-f"
9:38:58 PM: 145 | },
9:38:58 PM: 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:38:58 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:144:17:
9:38:58 PM: 142 | {
9:38:58 PM: 143 | href: "https://www.facebook.com/EldinVasVoli",
9:38:58 PM: > 144 | icon: "fab fa-facebook-f"
9:38:58 PM: | ^
9:38:58 PM: 145 | },
9:38:58 PM: 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:38:58 PM: 147 | ],
9:38:58 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:146:17:
9:38:58 PM: 144 | icon: "fab fa-facebook-f"
9:38:58 PM: 145 | },
9:38:59 PM: > 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:38:59 PM: | ^
9:38:59 PM: 147 | ],
9:38:59 PM: 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:38:59 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:38:59 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:146:61:
9:38:59 PM: 144 | icon: "fab fa-facebook-f"
9:38:59 PM: 145 | },
9:38:59 PM: > 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:38:59 PM: | ^
9:38:59 PM: 147 | ],
9:38:59 PM: 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:38:59 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:38:59 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:148:15:
9:38:59 PM: 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:38:59 PM: 147 | ],
9:38:59 PM: > 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:39:00 PM: | ^
9:39:00 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:39:00 PM: 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:00 PM: 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:00 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:148:38:
9:39:00 PM: 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:39:00 PM: 147 | ],
9:39:00 PM: > 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:39:00 PM: | ^
9:39:00 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:39:00 PM: 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:00 PM: 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:00 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:148:55:
9:39:00 PM: 146 | { href: "https://www.instagram.com/matricar", icon: "fab fa-instagram" }
9:39:00 PM: 147 | ],
9:39:00 PM: > 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:39:00 PM: | ^
9:39:00 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:39:01 PM: 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:01 PM: 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:01 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:149:18:
9:39:01 PM: 147 | ],
9:39:01 PM: 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:39:01 PM: > 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:39:01 PM: | ^
9:39:01 PM: 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:01 PM: 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:01 PM: 152 | rightImage2: "https://i.imgur.com/Dcz2PGx.jpg",
9:39:01 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:150:19:
9:39:01 PM: 148 | text1: ["Front-End Developer", "Web Developer", "Web Designer"],
9:39:01 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:39:01 PM: > 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:01 PM: | ^
9:39:01 PM: 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:01 PM: 152 | rightImage2: "https://i.imgur.com/Dcz2PGx.jpg",
9:39:02 PM: 153 | sliderLine: 0,
9:39:02 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:151:19:
9:39:02 PM: 149 | leftImage: "https://i.imgur.com/bU50uS9.jpg",
9:39:02 PM: 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:02 PM: > 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:02 PM: | ^
9:39:02 PM: 152 | rightImage2: "https://i.imgur.com/Dcz2PGx.jpg",
9:39:02 PM: 153 | sliderLine: 0,
9:39:02 PM: 154 | hSize: 0,
9:39:02 PM: error: Strings must use singlequote (quotes) at src/views/Home.vue:152:20:
9:39:02 PM: 150 | rightImage: "https://i.imgur.com/z3ZoEEw.jpg",
9:39:02 PM: 151 | leftImage2: "https://i.imgur.com/SXBitjh.jpg",
9:39:02 PM: > 152 | rightImage2: "https://i.imgur.com/Dcz2PGx.jpg",
9:39:02 PM: | ^
9:39:02 PM: 153 | sliderLine: 0,
9:39:02 PM: 154 | hSize: 0,
9:39:02 PM: 155 | sliderPosition: 0.5
9:39:02 PM: error: Extra semicolon (semi) at src/views/Home.vue:156:6:
9:39:02 PM: 154 | hSize: 0,
9:39:03 PM: 155 | sliderPosition: 0.5
9:39:03 PM: > 156 | };
9:39:03 PM: | ^
9:39:03 PM: 157 | }
9:39:03 PM: 158 | };
9:39:03 PM: 159 | </script>
9:39:03 PM: error: Extra semicolon (semi) at src/views/Home.vue:158:2:
9:39:03 PM: 156 | };
9:39:03 PM: 157 | }
9:39:03 PM: > 158 | };
9:39:03 PM: | ^
9:39:03 PM: 159 | </script>
9:39:03 PM: 160 | <style>
9:39:03 PM: 161 | @keyframes rocking {
9:39:03 PM: error: Too many blank lines at the end of file. Max of 0 allowed (no-multiple-empty-lines) at src/views/Home.vue:193:1:
9:39:03 PM: 191 | }
9:39:03 PM: 192 | </style>
9:39:03 PM: > 193 |
9:39:03 PM: | ^
9:39:04 PM: 194 |
9:39:04 PM: 44 errors found.
9:39:04 PM: 44 errors potentially fixable with the `--fix` option.
9:39:04 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:39:04 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:39:12:
9:39:04 PM: 37 | export default {
9:39:04 PM: 38 | metaInfo: {
9:39:04 PM: > 39 | title: "Graphic Portfolio ",
9:39:04 PM: | ^
9:39:04 PM: 40 | titleTemplate: "%s ← Eldin's Space",
9:39:04 PM: 41 | meta: [
9:39:04 PM: 42 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:04 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:42:15:
9:39:04 PM: 40 | titleTemplate: "%s ← Eldin's Space",
9:39:04 PM: 41 | meta: [
9:39:04 PM: > 42 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:05 PM: | ^
9:39:05 PM: 43 | {
9:39:05 PM: 44 | name: "description",
9:39:05 PM: 45 | content:
9:39:05 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:42:36:
9:39:05 PM: 40 | titleTemplate: "%s ← Eldin's Space",
9:39:05 PM: 41 | meta: [
9:39:05 PM: > 42 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:05 PM: | ^
9:39:05 PM: 43 | {
9:39:05 PM: 44 | name: "description",
9:39:05 PM: 45 | content:
9:39:05 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:44:15:
9:39:05 PM: 42 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:05 PM: 43 | {
9:39:05 PM: > 44 | name: "description",
9:39:05 PM: | ^
9:39:06 PM: 45 | content:
9:39:06 PM: 46 | "Eldin Zaimovic's Graphic Adobe PhotoShop Logo Design Instagram Poster"
9:39:06 PM: 47 | },
9:39:06 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:48:18:
9:39:06 PM: 46 | "Eldin Zaimovic's Graphic Adobe PhotoShop Logo Design Instagram Poster"
9:39:06 PM: 47 | },
9:39:06 PM: > 48 | { charset: "utf-8" },
9:39:06 PM: | ^
9:39:06 PM: 49 | { property: "og:title", content: "Eldin' Space" },
9:39:06 PM: 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:06 PM: 51 | { property: "og:type", content: "website" },
9:39:06 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:49:19:
9:39:06 PM: 47 | },
9:39:06 PM: 48 | { charset: "utf-8" },
9:39:06 PM: > 49 | { property: "og:title", content: "Eldin' Space" },
9:39:06 PM: | ^
9:39:06 PM: 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:07 PM: 51 | { property: "og:type", content: "website" },
9:39:07 PM: 52 | { property: "og:url", content: "https://eldin.space" },
9:39:07 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:50:19:
9:39:07 PM: 48 | { charset: "utf-8" },
9:39:07 PM: 49 | { property: "og:title", content: "Eldin' Space" },
9:39:07 PM: > 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:07 PM: | ^
9:39:07 PM: 51 | { property: "og:type", content: "website" },
9:39:07 PM: 52 | { property: "og:url", content: "https://eldin.space" },
9:39:07 PM: 53 | {
9:39:07 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:51:19:
9:39:07 PM: 49 | { property: "og:title", content: "Eldin' Space" },
9:39:07 PM: 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:07 PM: > 51 | { property: "og:type", content: "website" },
9:39:07 PM: | ^
9:39:07 PM: 52 | { property: "og:url", content: "https://eldin.space" },
9:39:08 PM: 53 | {
9:39:08 PM: 54 | property: "og:image",
9:39:08 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:51:39:
9:39:08 PM: 49 | { property: "og:title", content: "Eldin' Space" },
9:39:08 PM: 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:08 PM: > 51 | { property: "og:type", content: "website" },
9:39:08 PM: | ^
9:39:08 PM: 52 | { property: "og:url", content: "https://eldin.space" },
9:39:08 PM: 53 | {
9:39:08 PM: 54 | property: "og:image",
9:39:08 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:52:19:
9:39:08 PM: 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:08 PM: 51 | { property: "og:type", content: "website" },
9:39:08 PM: > 52 | { property: "og:url", content: "https://eldin.space" },
9:39:08 PM: | ^
9:39:08 PM: 53 | {
9:39:08 PM: 54 | property: "og:image",
9:39:08 PM: 55 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:09 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:52:38:
9:39:09 PM: 50 | { property: "og:site_name", content: "Eldin' Space" },
9:39:09 PM: 51 | { property: "og:type", content: "website" },
9:39:09 PM: > 52 | { property: "og:url", content: "https://eldin.space" },
9:39:09 PM: | ^
9:39:09 PM: 53 | {
9:39:09 PM: 54 | property: "og:image",
9:39:09 PM: 55 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:09 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:54:19:
9:39:09 PM: 52 | { property: "og:url", content: "https://eldin.space" },
9:39:09 PM: 53 | {
9:39:09 PM: > 54 | property: "og:image",
9:39:09 PM: | ^
9:39:09 PM: 55 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:09 PM: 56 | },
9:39:09 PM: 57 | {
9:39:09 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:55:18:
9:39:10 PM: 53 | {
9:39:10 PM: 54 | property: "og:image",
9:39:10 PM: > 55 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:10 PM: | ^
9:39:10 PM: 56 | },
9:39:10 PM: 57 | {
9:39:10 PM: 58 | property: "og:description",
9:39:10 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:58:19:
9:39:10 PM: 56 | },
9:39:10 PM: 57 | {
9:39:10 PM: > 58 | property: "og:description",
9:39:10 PM: | ^
9:39:10 PM: 59 | content:
9:39:10 PM: 60 | "Eldin Zaimovic's Graphic Adobe PhotoShop Logo Design Instagram Poster"
9:39:10 PM: 61 | }
9:39:11 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Portfolio/Graphic.vue:64:7:
9:39:11 PM: 62 | ]
9:39:11 PM: 63 | },
9:39:11 PM: > 64 | data() {
9:39:11 PM: | ^
9:39:11 PM: 65 | return {
9:39:11 PM: 66 | dialog: false,
9:39:11 PM: 67 | images: [
9:39:11 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:70:18:
9:39:11 PM: 68 | {
9:39:11 PM: 69 | dialog: false,
9:39:11 PM: > 70 | title: "VilaShirts Logo",
9:39:11 PM: | ^
9:39:11 PM: 71 | poster: "https://i.imgur.com/QEnmqcE.png"
9:39:11 PM: 72 | },
9:39:12 PM: 73 | {
9:39:12 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:71:19:
9:39:12 PM: 69 | dialog: false,
9:39:12 PM: 70 | title: "VilaShirts Logo",
9:39:12 PM: > 71 | poster: "https://i.imgur.com/QEnmqcE.png"
9:39:12 PM: | ^
9:39:12 PM: 72 | },
9:39:12 PM: 73 | {
9:39:12 PM: 74 | dialog: false,
9:39:12 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:75:18:
9:39:12 PM: 73 | {
9:39:12 PM: 74 | dialog: false,
9:39:12 PM: > 75 | title: "BlackBird Property Group Logo",
9:39:12 PM: | ^
9:39:12 PM: 76 | poster: "https://i.imgur.com/b37FfUU.jpg"
9:39:12 PM: 77 | },
9:39:13 PM: 78 | {
9:39:13 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:76:19:
9:39:13 PM: 74 | dialog: false,
9:39:13 PM: 75 | title: "BlackBird Property Group Logo",
9:39:13 PM: > 76 | poster: "https://i.imgur.com/b37FfUU.jpg"
9:39:13 PM: | ^
9:39:13 PM: 77 | },
9:39:13 PM: 78 | {
9:39:13 PM: 79 | dialog: false,
9:39:13 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:80:18:
9:39:13 PM: 78 | {
9:39:13 PM: 79 | dialog: false,
9:39:13 PM: > 80 | title: "TeeLock Consulting Logo",
9:39:13 PM: | ^
9:39:13 PM: 81 | poster: "https://i.imgur.com/XSo4bmw.jpg"
9:39:14 PM: 82 | },
9:39:14 PM: 83 | {
9:39:14 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:81:19:
9:39:14 PM: 79 | dialog: false,
9:39:14 PM: 80 | title: "TeeLock Consulting Logo",
9:39:14 PM: > 81 | poster: "https://i.imgur.com/XSo4bmw.jpg"
9:39:14 PM: | ^
9:39:14 PM: 82 | },
9:39:14 PM: 83 | {
9:39:14 PM: 84 | dialog: false,
9:39:14 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:85:18:
9:39:14 PM: 83 | {
9:39:14 PM: 84 | dialog: false,
9:39:14 PM: > 85 | title: "SEA||WA||MMXI",
9:39:14 PM: | ^
9:39:14 PM: 86 | poster: "https://i.imgur.com/thxUnTH.jpg"
9:39:15 PM: 87 | },
9:39:15 PM: 88 | {
9:39:15 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:86:19:
9:39:15 PM: 84 | dialog: false,
9:39:15 PM: 85 | title: "SEA||WA||MMXI",
9:39:15 PM: > 86 | poster: "https://i.imgur.com/thxUnTH.jpg"
9:39:15 PM: | ^
9:39:15 PM: 87 | },
9:39:15 PM: 88 | {
9:39:15 PM: 89 | dialog: false,
9:39:15 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:90:18:
9:39:15 PM: 88 | {
9:39:15 PM: 89 | dialog: false,
9:39:15 PM: > 90 | title: "Alpine365 Logo",
9:39:15 PM: | ^
9:39:16 PM: 91 | poster: "https://i.imgur.com/LOzW21e.jpg"
9:39:16 PM: 92 | },
9:39:16 PM: 93 | {
9:39:16 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:91:19:
9:39:16 PM: 89 | dialog: false,
9:39:16 PM: 90 | title: "Alpine365 Logo",
9:39:16 PM: > 91 | poster: "https://i.imgur.com/LOzW21e.jpg"
9:39:16 PM: | ^
9:39:16 PM: 92 | },
9:39:16 PM: 93 | {
9:39:16 PM: 94 | dialog: false,
9:39:16 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:95:18:
9:39:16 PM: 93 | {
9:39:16 PM: 94 | dialog: false,
9:39:16 PM: > 95 | title: "Josefine Product Pack",
9:39:17 PM: | ^
9:39:17 PM: 96 | poster: "https://i.imgur.com/TrthgRN.jpg"
9:39:17 PM: 97 | },
9:39:17 PM: 98 | {
9:39:17 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:96:19:
9:39:17 PM: 94 | dialog: false,
9:39:17 PM: 95 | title: "Josefine Product Pack",
9:39:17 PM: > 96 | poster: "https://i.imgur.com/TrthgRN.jpg"
9:39:17 PM: | ^
9:39:17 PM: 97 | },
9:39:17 PM: 98 | {
9:39:17 PM: 99 | dialog: false,
9:39:17 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:100:18:
9:39:17 PM: 98 | {
9:39:18 PM: 99 | dialog: false,
9:39:18 PM: > 100 | title: "Next Party Flayer",
9:39:18 PM: | ^
9:39:18 PM: 101 | poster: "https://i.imgur.com/tYjfL2d.jpg"
9:39:18 PM: 102 | },
9:39:18 PM: 103 | {
9:39:18 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:101:19:
9:39:18 PM: 99 | dialog: false,
9:39:18 PM: 100 | title: "Next Party Flayer",
9:39:18 PM: > 101 | poster: "https://i.imgur.com/tYjfL2d.jpg"
9:39:18 PM: | ^
9:39:18 PM: 102 | },
9:39:18 PM: 103 | {
9:39:18 PM: 104 | dialog: false,
9:39:18 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:105:18:
9:39:18 PM: 103 | {
9:39:19 PM: 104 | dialog: false,
9:39:19 PM: > 105 | title: "VilaShirts T-Shirts",
9:39:19 PM: | ^
9:39:19 PM: 106 | poster: "https://i.imgur.com/ULuRuFB.jpg"
9:39:19 PM: 107 | },
9:39:19 PM: 108 | {
9:39:19 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:106:19:
9:39:19 PM: 104 | dialog: false,
9:39:19 PM: 105 | title: "VilaShirts T-Shirts",
9:39:19 PM: > 106 | poster: "https://i.imgur.com/ULuRuFB.jpg"
9:39:19 PM: | ^
9:39:19 PM: 107 | },
9:39:19 PM: 108 | {
9:39:19 PM: 109 | dialog: false,
9:39:20 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:110:18:
9:39:20 PM: 108 | {
9:39:20 PM: 109 | dialog: false,
9:39:20 PM: > 110 | title: "BAB Coin",
9:39:20 PM: | ^
9:39:20 PM: 111 | poster: "https://i.imgur.com/YU52AVB.jpg"
9:39:20 PM: 112 | }
9:39:20 PM: 113 | ]
9:39:20 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Graphic.vue:111:19:
9:39:20 PM: 109 | dialog: false,
9:39:20 PM: 110 | title: "BAB Coin",
9:39:20 PM: > 111 | poster: "https://i.imgur.com/YU52AVB.jpg"
9:39:20 PM: | ^
9:39:20 PM: 112 | }
9:39:21 PM: 113 | ]
9:39:21 PM: 114 | };
9:39:21 PM: error: Extra semicolon (semi) at src/views/Portfolio/Graphic.vue:114:6:
9:39:21 PM: 112 | }
9:39:21 PM: 113 | ]
9:39:21 PM: > 114 | };
9:39:21 PM: | ^
9:39:21 PM: 115 | }
9:39:21 PM: 116 | };
9:39:21 PM: 117 | </script>
9:39:21 PM: error: Extra semicolon (semi) at src/views/Portfolio/Graphic.vue:116:2:
9:39:21 PM: 114 | };
9:39:21 PM: 115 | }
9:39:21 PM: > 116 | };
9:39:22 PM: | ^
9:39:22 PM: 117 | </script>
9:39:23 PM: 118 |
9:39:23 PM: 119 | <style scoped>
9:39:23 PM: error: Newline required at end of file but not found (eol-last) at src/views/Portfolio/Graphic.vue:120:9:
9:39:23 PM: 118 |
9:39:23 PM: 119 | <style scoped>
9:39:23 PM: > 120 | </style>
9:39:23 PM: | ^
9:39:23 PM: 36 errors found.
9:39:23 PM: 36 errors potentially fixable with the `--fix` option.
9:39:23 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:39:23 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:26:12:
9:39:24 PM: 24 | export default {
9:39:24 PM: 25 | metaInfo: {
9:39:24 PM: > 26 | title: "Portfolio",
9:39:24 PM: | ^
9:39:24 PM: 27 | titleTemplate: "%s ← Eldin's Space",
9:39:24 PM: 28 | meta: [
9:39:24 PM: 29 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:24 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:29:15:
9:39:24 PM: 27 | titleTemplate: "%s ← Eldin's Space",
9:39:24 PM: 28 | meta: [
9:39:24 PM: > 29 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:24 PM: | ^
9:39:24 PM: 30 | {
9:39:24 PM: 31 | name: "description",
9:39:24 PM: 32 | content:
9:39:25 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:29:36:
9:39:25 PM: 27 | titleTemplate: "%s ← Eldin's Space",
9:39:25 PM: 28 | meta: [
9:39:25 PM: > 29 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:25 PM: | ^
9:39:25 PM: 30 | {
9:39:25 PM: 31 | name: "description",
9:39:25 PM: 32 | content:
9:39:25 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:31:15:
9:39:25 PM: 29 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:25 PM: 30 | {
9:39:25 PM: > 31 | name: "description",
9:39:25 PM: | ^
9:39:25 PM: 32 | content:
9:39:26 PM: 33 | "Eldin Zaimovic's Portfolio Web Development Video Editing Graphic Design Front-End Advetising"
9:39:26 PM: 34 | },
9:39:26 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:35:18:
9:39:26 PM: 33 | "Eldin Zaimovic's Portfolio Web Development Video Editing Graphic Design Front-End Advetising"
9:39:26 PM: 34 | },
9:39:26 PM: > 35 | { charset: "utf-8" },
9:39:26 PM: | ^
9:39:26 PM: 36 | { property: "og:title", content: "Eldin' Space" },
9:39:26 PM: 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:26 PM: 38 | { property: "og:type", content: "website" },
9:39:26 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:36:19:
9:39:26 PM: 34 | },
9:39:26 PM: 35 | { charset: "utf-8" },
9:39:26 PM: > 36 | { property: "og:title", content: "Eldin' Space" },
9:39:26 PM: | ^
9:39:27 PM: 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:27 PM: 38 | { property: "og:type", content: "website" },
9:39:27 PM: 39 | { property: "og:url", content: "https://eldin.space" },
9:39:27 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:37:19:
9:39:27 PM: 35 | { charset: "utf-8" },
9:39:27 PM: 36 | { property: "og:title", content: "Eldin' Space" },
9:39:27 PM: > 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:27 PM: | ^
9:39:27 PM: 38 | { property: "og:type", content: "website" },
9:39:27 PM: 39 | { property: "og:url", content: "https://eldin.space" },
9:39:27 PM: 40 | {
9:39:27 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:38:19:
9:39:27 PM: 36 | { property: "og:title", content: "Eldin' Space" },
9:39:28 PM: 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:28 PM: > 38 | { property: "og:type", content: "website" },
9:39:28 PM: | ^
9:39:28 PM: 39 | { property: "og:url", content: "https://eldin.space" },
9:39:28 PM: 40 | {
9:39:28 PM: 41 | property: "og:image",
9:39:28 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:38:39:
9:39:28 PM: 36 | { property: "og:title", content: "Eldin' Space" },
9:39:28 PM: 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:28 PM: > 38 | { property: "og:type", content: "website" },
9:39:28 PM: | ^
9:39:28 PM: 39 | { property: "og:url", content: "https://eldin.space" },
9:39:28 PM: 40 | {
9:39:29 PM: 41 | property: "og:image",
9:39:29 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:39:19:
9:39:29 PM: 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:29 PM: 38 | { property: "og:type", content: "website" },
9:39:29 PM: > 39 | { property: "og:url", content: "https://eldin.space" },
9:39:29 PM: | ^
9:39:29 PM: 40 | {
9:39:29 PM: 41 | property: "og:image",
9:39:29 PM: 42 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:29 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:39:38:
9:39:29 PM: 37 | { property: "og:site_name", content: "Eldin' Space" },
9:39:29 PM: 38 | { property: "og:type", content: "website" },
9:39:29 PM: > 39 | { property: "og:url", content: "https://eldin.space" },
9:39:30 PM: | ^
9:39:30 PM: 40 | {
9:39:30 PM: 41 | property: "og:image",
9:39:30 PM: 42 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:30 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:41:19:
9:39:30 PM: 39 | { property: "og:url", content: "https://eldin.space" },
9:39:30 PM: 40 | {
9:39:30 PM: > 41 | property: "og:image",
9:39:30 PM: | ^
9:39:30 PM: 42 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:30 PM: 43 | },
9:39:30 PM: 44 | {
9:39:30 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:42:18:
9:39:30 PM: 40 | {
9:39:31 PM: 41 | property: "og:image",
9:39:31 PM: > 42 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:31 PM: | ^
9:39:31 PM: 43 | },
9:39:31 PM: 44 | {
9:39:31 PM: 45 | property: "og:description",
9:39:31 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:45:19:
9:39:31 PM: 43 | },
9:39:31 PM: 44 | {
9:39:31 PM: > 45 | property: "og:description",
9:39:31 PM: | ^
9:39:31 PM: 46 | content:
9:39:31 PM: 47 | "Eldin Zaimovic's Portfolio Web Development Video Editing Graphic Design Front-End Advetising"
9:39:31 PM: 48 | }
9:39:31 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Portfolio/Portfolio.vue:51:7:
9:39:32 PM: 49 | ]
9:39:32 PM: 50 | },
9:39:32 PM: > 51 | data() {
9:39:32 PM: | ^
9:39:32 PM: 52 | return {
9:39:32 PM: 53 | portfolios: [
9:39:32 PM: 54 | {
9:39:32 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:55:16:
9:39:32 PM: 53 | portfolios: [
9:39:32 PM: 54 | {
9:39:32 PM: > 55 | src: "https://i.imgur.com/GvTt5GG.png",
9:39:32 PM: | ^
9:39:32 PM: 56 | title: "Web"
9:39:32 PM: 57 | },
9:39:32 PM: 58 |
9:39:32 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:56:18:
9:39:32 PM: 54 | {
9:39:33 PM: 55 | src: "https://i.imgur.com/GvTt5GG.png",
9:39:33 PM: > 56 | title: "Web"
9:39:33 PM: | ^
9:39:33 PM: 57 | },
9:39:33 PM: 58 |
9:39:33 PM: 59 | {
9:39:33 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:60:16:
9:39:33 PM: 58 |
9:39:33 PM: 59 | {
9:39:33 PM: > 60 | src: "https://i.imgur.com/wXLtLKy.png",
9:39:33 PM: | ^
9:39:33 PM: 61 | title: "Video"
9:39:33 PM: 62 | },
9:39:33 PM: 63 | {
9:39:33 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:61:18:
9:39:33 PM: 59 | {
9:39:34 PM: 60 | src: "https://i.imgur.com/wXLtLKy.png",
9:39:34 PM: > 61 | title: "Video"
9:39:34 PM: | ^
9:39:34 PM: 62 | },
9:39:34 PM: 63 | {
9:39:34 PM: 64 | src: "https://i.imgur.com/g74mGuU.png",
9:39:34 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:64:16:
9:39:34 PM: 62 | },
9:39:34 PM: 63 | {
9:39:34 PM: > 64 | src: "https://i.imgur.com/g74mGuU.png",
9:39:34 PM: | ^
9:39:34 PM: 65 |
9:39:34 PM: title: "Graphic"
9:39:34 PM: 66 | }
9:39:34 PM: 67 | ]
9:39:35 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Portfolio.vue:65:18:
9:39:35 PM: 63 | {
9:39:35 PM: 64 | src: "https://i.imgur.com/g74mGuU.png",
9:39:35 PM: > 65 | title: "Graphic"
9:39:35 PM: | ^
9:39:35 PM: 66 | }
9:39:35 PM: 67 | ]
9:39:35 PM: 68 | };
9:39:35 PM: error: Extra semicolon (semi) at src/views/Portfolio/Portfolio.vue:68:6:
9:39:35 PM: 66 | }
9:39:35 PM: 67 | ]
9:39:35 PM: > 68 | };
9:39:35 PM: | ^
9:39:35 PM: 69 | }
9:39:35 PM: 70 | };
9:39:36 PM: 71 | </script>
9:39:36 PM: error: Extra semicolon (semi) at src/views/Portfolio/Portfolio.vue:70:2:
9:39:36 PM: 68 | };
9:39:36 PM: 69 | }
9:39:36 PM: > 70 | };
9:39:36 PM: | ^
9:39:36 PM: 71 | </script>
9:39:36 PM: 72 |
9:39:36 PM: 73 | <style lang="scss" scoped>
9:39:36 PM: error: Newline required at end of file but not found (eol-last) at src/views/Portfolio/Portfolio.vue:74:9:
9:39:36 PM: 72 |
9:39:36 PM: 73 | <style lang="scss" scoped>
9:39:36 PM: > 74 | </style>
9:39:36 PM: | ^
9:39:37 PM: 24 errors found.
9:39:37 PM: 24 errors potentially fixable with the `--fix` option.
9:39:37 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:39:37 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:42:27:
9:39:37 PM: 40 |
9:39:37 PM: 41 | <script>
9:39:37 PM: > 42 | import { PlyrVideo } from "vue-plyr";
9:39:37 PM: | ^
9:39:37 PM: 43 |
9:39:37 PM: 44 | export default {
9:39:37 PM: 45 | metaInfo: {
9:39:37 PM: error: Extra semicolon (semi) at src/views/Portfolio/Video.vue:42:37:
9:39:37 PM: 40 |
9:39:37 PM: 41 | <script>
9:39:37 PM: > 42 | import { PlyrVideo } from "vue-plyr";
9:39:37 PM: | ^
9:39:38 PM: 43 |
9:39:38 PM: 44 | export default {
9:39:38 PM: 45 | metaInfo: {
9:39:38 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:46:12:
9:39:38 PM: 44 | export default {
9:39:38 PM: 45 | metaInfo: {
9:39:38 PM: > 46 | title: "Video Portfolio",
9:39:38 PM: | ^
9:39:38 PM: 47 | titleTemplate: "%s ← Eldin's Space",
9:39:38 PM: 48 | meta: [
9:39:38 PM: 49 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:38 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:49:15:
9:39:38 PM: 47 | titleTemplate: "%s ← Eldin's Space",
9:39:38 PM: 48 | meta: [
9:39:39 PM: > 49 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:39 PM: | ^
9:39:39 PM: 50 | {
9:39:39 PM: 51 | name: "description",
9:39:39 PM: 52 | content:
9:39:39 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:49:36:
9:39:39 PM: 47 | titleTemplate: "%s ← Eldin's Space",
9:39:39 PM: 48 | meta: [
9:39:39 PM: > 49 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:39 PM: | ^
9:39:39 PM: 50 | {
9:39:39 PM: 51 | name: "description",
9:39:39 PM: 52 | content:
9:39:39 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:51:15:
9:39:40 PM: 49 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:39:40 PM: 50 | {
9:39:40 PM: > 51 | name: "description",
9:39:40 PM: | ^
9:39:40 PM: 52 | content:
9:39:40 PM: 53 | "Eldin Zaimovic's Services Adobe Premire After Effects Video Ad's Social Media Logo Animation Instagram Facebook Video Editing Advetising"
9:39:40 PM: 54 | },
9:39:40 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:55:18:
9:39:40 PM: 53 | "Eldin Zaimovic's Services Adobe Premire After Effects Video Ad's Social Media Logo Animation Instagram Facebook Video Editing Advetising"
9:39:40 PM: 54 | },
9:39:40 PM: > 55 | { charset: "utf-8" },
9:39:40 PM: | ^
9:39:40 PM: 56 | { property: "og:title", content: "Eldin' Space" },
9:39:40 PM: 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:40 PM: 58 | { property: "og:type", content: "website" },
9:39:41 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:56:19:
9:39:41 PM: 54 | },
9:39:41 PM: 55 | { charset: "utf-8" },
9:39:41 PM: > 56 | { property: "og:title", content: "Eldin' Space" },
9:39:41 PM: | ^
9:39:41 PM: 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:41 PM: 58 | { property: "og:type", content: "website" },
9:39:41 PM: 59 | { property: "og:url", content: "https://eldin.space" },
9:39:41 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:57:19:
9:39:41 PM: 55 | { charset: "utf-8" },
9:39:41 PM: 56 | { property: "og:title", content: "Eldin' Space" },
9:39:41 PM: > 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:41 PM: | ^
9:39:42 PM: 58 | { property: "og:type", content: "website" },
9:39:42 PM: 59 | { property: "og:url", content: "https://eldin.space" },
9:39:42 PM: 60 | {
9:39:42 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:58:19:
9:39:42 PM: 56 | { property: "og:title", content: "Eldin' Space" },
9:39:42 PM: 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:42 PM: > 58 | { property: "og:type", content: "website" },
9:39:42 PM: | ^
9:39:42 PM: 59 | { property: "og:url", content: "https://eldin.space" },
9:39:42 PM: 60 | {
9:39:42 PM: 61 | property: "og:image",
9:39:42 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:58:39:
9:39:43 PM: 56 | { property: "og:title", content: "Eldin' Space" },
9:39:43 PM: 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:43 PM: > 58 | { property: "og:type", content: "website" },
9:39:43 PM: | ^
9:39:43 PM: 59 | { property: "og:url", content: "https://eldin.space" },
9:39:43 PM: 60 | {
9:39:43 PM: 61 | property: "og:image",
9:39:43 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:59:19:
9:39:43 PM: 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:43 PM: 58 | { property: "og:type", content: "website" },
9:39:43 PM: > 59 | { property: "og:url", content: "https://eldin.space" },
9:39:43 PM: | ^
9:39:44 PM: 60 | {
9:39:44 PM: 61 | property: "og:image",
9:39:44 PM: 62 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:44 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:59:38:
9:39:44 PM: 57 | { property: "og:site_name", content: "Eldin' Space" },
9:39:44 PM: 58 | { property: "og:type", content: "website" },
9:39:44 PM: > 59 | { property: "og:url", content: "https://eldin.space" },
9:39:44 PM: | ^
9:39:44 PM: 60 | {
9:39:44 PM: 61 | property: "og:image",
9:39:44 PM: 62 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:44 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:61:19:
9:39:45 PM: 59 | { property: "og:url", content: "https://eldin.space" },
9:39:45 PM: 60 | {
9:39:45 PM: > 61 | property: "og:image",
9:39:45 PM: | ^
9:39:45 PM: 62 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:45 PM: 63 | },
9:39:45 PM: 64 | {
9:39:45 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:62:18:
9:39:45 PM: 60 | {
9:39:45 PM: 61 | property: "og:image",
9:39:45 PM: > 62 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:39:45 PM: | ^
9:39:46 PM: 63 | },
9:39:46 PM: 64 | {
9:39:46 PM: 65 | property: "og:description",
9:39:46 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:65:19:
9:39:46 PM: 63 | },
9:39:46 PM: 64 | {
9:39:46 PM: > 65 | property: "og:description",
9:39:46 PM: | ^
9:39:46 PM: 66 | content:
9:39:46 PM: 67 | "Eldin Zaimovic's Services Adobe Premire After Effects Video Ad's Social Media Logo Animation Instagram Facebook Video Editing Advetising"
9:39:46 PM: 68 | }
9:39:46 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Portfolio/Video.vue:72:7:
9:39:47 PM: 70 | },
9:39:47 PM: 71 | components: { plyr: PlyrVideo },
9:39:47 PM: > 72 | data() {
9:39:47 PM: | ^
9:39:47 PM: 73 | return {
9:39:47 PM: 74 | dialog: false,
9:39:47 PM: 75 | videos: [
9:39:47 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:78:18:
9:39:47 PM: 76 | {
9:39:47 PM: 77 | dialog: false,
9:39:47 PM: > 78 | title: "Vila Design Promo video",
9:39:47 PM: | ^
9:39:47 PM: 79 | href: "https://www.youtube.com/embed/XP8j7NA_wzc",
9:39:48 PM: 80 | type: "text/html",
9:39:48 PM: 81 | youtube: "XP8j7NA_wzc",
9:39:48 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:79:17:
9:39:48 PM: 77 | dialog: false,
9:39:48 PM: 78 | title: "Vila Design Promo video",
9:39:48 PM: > 79 | href: "https://www.youtube.com/embed/XP8j7NA_wzc",
9:39:48 PM: | ^
9:39:48 PM: 80 | type: "text/html",
9:39:48 PM: 81 | youtube: "XP8j7NA_wzc",
9:39:48 PM: 82 | poster: "https://img.youtube.com/vi/XP8j7NA_wzc/maxresdefault.jpg"
9:39:48 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:80:17:
9:39:48 PM: 78 | title: "Vila Design Promo video",
9:39:48 PM: 79 | href: "https://www.youtube.com/embed/XP8j7NA_wzc",
9:39:48 PM: > 80 | type: "text/html",
9:39:48 PM: | ^
9:39:49 PM: 81 | youtube: "XP8j7NA_wzc",
9:39:49 PM: 82 | poster: "https://img.youtube.com/vi/XP8j7NA_wzc/maxresdefault.jpg"
9:39:49 PM: 83 | },
9:39:49 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:81:20:
9:39:49 PM: 79 | href: "https://www.youtube.com/embed/XP8j7NA_wzc",
9:39:49 PM: 80 | type: "text/html",
9:39:49 PM: > 81 | youtube: "XP8j7NA_wzc",
9:39:49 PM: | ^
9:39:50 PM: 82 | poster: "https://img.youtube.com/vi/XP8j7NA_wzc/maxresdefault.jpg"
9:39:50 PM: 83 | },
9:39:50 PM: 84 | {
9:39:51 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:82:19:
9:39:51 PM: 80 | type: "text/html",
9:39:51 PM: 81 | youtube: "XP8j7NA_wzc",
9:39:51 PM: > 82 | poster: "https://img.youtube.com/vi/XP8j7NA_wzc/maxresdefault.jpg"
9:39:51 PM: | ^
9:39:51 PM: 83 | },
9:39:51 PM: 84 | {
9:39:51 PM: 85 | dialog: false,
9:39:51 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:86:18:
9:39:51 PM: 84 | {
9:39:51 PM: 85 | dialog: false,
9:39:51 PM: > 86 | title: "Pushartist Promo video",
9:39:51 PM: | ^
9:39:51 PM: 87 | href: "https://www.youtube.com/embed/PZnn1fDUb6U",
9:39:51 PM: 88 | type: "text/html",
9:39:51 PM: 89 | youtube: "PZnn1fDUb6U",
9:39:51 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:87:17:
9:39:51 PM: 85 | dialog: false,
9:39:52 PM: 86 | title: "Pushartist Promo video",
9:39:52 PM: > 87 | href: "https://www.youtube.com/embed/PZnn1fDUb6U",
9:39:52 PM: | ^
9:39:52 PM: 88 | type: "text/html",
9:39:52 PM: 89 | youtube: "PZnn1fDUb6U",
9:39:52 PM: 90 | poster: "https://img.youtube.com/vi/PZnn1fDUb6U/maxresdefault.jpg"
9:39:52 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:88:17:
9:39:52 PM: 86 | title: "Pushartist Promo video",
9:39:52 PM: 87 | href: "https://www.youtube.com/embed/PZnn1fDUb6U",
9:39:52 PM: > 88 | type: "text/html",
9:39:52 PM: | ^
9:39:52 PM: 89 | youtube: "PZnn1fDUb6U",
9:39:52 PM: 90 | poster: "https://img.youtube.com/vi/PZnn1fDUb6U/maxresdefault.jpg"
9:39:53 PM: 91 | },
9:39:53 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:89:20:
9:39:53 PM: 87 | href: "https://www.youtube.com/embed/PZnn1fDUb6U",
9:39:53 PM: 88 | type: "text/html",
9:39:53 PM: > 89 | youtube: "PZnn1fDUb6U",
9:39:53 PM: | ^
9:39:53 PM: 90 | poster: "https://img.youtube.com/vi/PZnn1fDUb6U/maxresdefault.jpg"
9:39:53 PM: 91 | },
9:39:53 PM: 92 | {
9:39:53 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:90:19:
9:39:53 PM: 88 | type: "text/html",
9:39:53 PM: 89 | youtube: "PZnn1fDUb6U",
9:39:53 PM: > 90 | poster: "https://img.youtube.com/vi/PZnn1fDUb6U/maxresdefault.jpg"
9:39:53 PM: | ^
9:39:53 PM: 91 | },
9:39:54 PM: 92 | {
9:39:54 PM: 93 | dialog: false,
9:39:54 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:94:18:
9:39:54 PM: 92 | {
9:39:54 PM: 93 | dialog: false,
9:39:54 PM: > 94 | title: "Unbroken Designs Instagram Promo video",
9:39:54 PM: | ^
9:39:54 PM: 95 | href: "https://www.youtube.com/embed/KfxHI3vwALk",
9:39:54 PM: 96 | type: "text/html",
9:39:54 PM: 97 | youtube: "KfxHI3vwALk",
9:39:54 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:95:17:
9:39:54 PM: 93 | dialog: false,
9:39:54 PM: 94 | title: "Unbroken Designs Instagram Promo video",
9:39:54 PM: > 95 | href: "https://www.youtube.com/embed/KfxHI3vwALk",
9:39:54 PM: | ^
9:39:54 PM: 96 | type: "text/html",
9:39:54 PM: 97 | youtube: "KfxHI3vwALk",
9:39:55 PM: 98 | poster: "https://img.youtube.com/vi/KfxHI3vwALk/maxresdefault.jpg"
9:39:55 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:96:17:
9:39:55 PM: 94 | title: "Unbroken Designs Instagram Promo video",
9:39:55 PM: 95 | href: "https://www.youtube.com/embed/KfxHI3vwALk",
9:39:55 PM: > 96 | type: "text/html",
9:39:55 PM: | ^
9:39:55 PM: 97 | youtube: "KfxHI3vwALk",
9:39:55 PM: 98 | poster: "https://img.youtube.com/vi/KfxHI3vwALk/maxresdefault.jpg"
9:39:55 PM: 99 | },
9:39:55 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:97:20:
9:39:55 PM: 95 | href: "https://www.youtube.com/embed/KfxHI3vwALk",
9:39:55 PM: 96 | type: "text/html",
9:39:55 PM: > 97 | youtube: "KfxHI3vwALk",
9:39:55 PM: | ^
9:39:55 PM: 98 | poster: "https://img.youtube.com/vi/KfxHI3vwALk/maxresdefault.jpg"
9:39:55 PM: 99 | },
9:39:55 PM: 100 | {
9:39:55 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:98:19:
9:39:55 PM: 96 | type: "text/html",
9:39:56 PM: 97 | youtube: "KfxHI3vwALk",
9:39:56 PM: > 98 | poster: "https://img.youtube.com/vi/KfxHI3vwALk/maxresdefault.jpg"
9:39:56 PM: | ^
9:39:56 PM: 99 | },
9:39:56 PM: 100 | {
9:39:56 PM: 101 | dialog: false,
9:39:56 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:102:18:
9:39:56 PM: 100 | {
9:39:56 PM: 101 | dialog: false,
9:39:56 PM: > 102 | title: "EEVOY APP Promo",
9:39:56 PM: | ^
9:39:56 PM: 103 | href: "https://www.youtube.com/embed/JEhpsP75STk",
9:39:56 PM: 104 | type: "text/html",
9:39:56 PM: 105 | youtube: "JEhpsP75STk",
9:39:56 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:103:17:
9:39:56 PM: 101 | dialog: false,
9:39:56 PM: 102 | title: "EEVOY APP Promo",
9:39:56 PM: > 103 | href: "https://www.youtube.com/embed/JEhpsP75STk",
9:39:56 PM: | ^
9:39:56 PM: 104 | type: "text/html",
9:39:57 PM: 105 | youtube: "JEhpsP75STk",
9:39:57 PM: 106 | poster: "https://i.imgur.com/7CLqR2o.png"
9:39:57 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:104:17:
9:39:57 PM: 102 | title: "EEVOY APP Promo",
9:39:57 PM: 103 | href: "https://www.youtube.com/embed/JEhpsP75STk",
9:39:57 PM: > 104 | type: "text/html",
9:39:57 PM: | ^
9:39:57 PM: 105 | youtube: "JEhpsP75STk",
9:39:57 PM: 106 | poster: "https://i.imgur.com/7CLqR2o.png"
9:39:57 PM: 107 | },
9:39:57 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:105:20:
9:39:57 PM: 103 | href: "https://www.youtube.com/embed/JEhpsP75STk",
9:39:57 PM: 104 | type: "text/html",
9:39:57 PM: > 105 | youtube: "JEhpsP75STk",
9:39:57 PM: | ^
9:39:57 PM: 106 | poster: "https://i.imgur.com/7CLqR2o.png"
9:39:57 PM: 107 | },
9:39:57 PM: 108 | {
9:39:57 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:106:19:
9:39:57 PM: 104 | type: "text/html",
9:39:58 PM: 105 | youtube: "JEhpsP75STk",
9:39:58 PM: > 106 | poster: "https://i.imgur.com/7CLqR2o.png"
9:39:58 PM: | ^
9:39:58 PM: 107 | },
9:39:58 PM: 108 | {
9:39:58 PM: 109 | dialog: false,
9:39:58 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:111:17:
9:39:58 PM: 109 | dialog: false,
9:39:58 PM: 110 | title: "Patty Boland's Party video",
9:39:58 PM: > 111 | href: "https://www.youtube.com/embed/5zB4FIkhFHk",
9:39:58 PM: | ^
9:39:58 PM: 112 | type: "text/html",
9:39:58 PM: 113 | youtube: "5zB4FIkhFHk",
9:39:58 PM: 114 | poster: "https://img.youtube.com/vi/5zB4FIkhFHk/maxresdefault.jpg"
9:39:58 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:112:17:
9:39:58 PM: 110 | title: "Patty Boland's Party video",
9:39:58 PM: 111 | href: "https://www.youtube.com/embed/5zB4FIkhFHk",
9:39:58 PM: > 112 | type: "text/html",
9:39:58 PM: | ^
9:39:59 PM: 113 | youtube: "5zB4FIkhFHk",
9:39:59 PM: 114 | poster: "https://img.youtube.com/vi/5zB4FIkhFHk/maxresdefault.jpg"
9:39:59 PM: 115 | },
9:39:59 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:113:20:
9:39:59 PM: 111 | href: "https://www.youtube.com/embed/5zB4FIkhFHk",
9:39:59 PM: 112 | type: "text/html",
9:39:59 PM: > 113 | youtube: "5zB4FIkhFHk",
9:39:59 PM: | ^
9:39:59 PM: 114 | poster: "https://img.youtube.com/vi/5zB4FIkhFHk/maxresdefault.jpg"
9:39:59 PM: 115 | },
9:39:59 PM: 116 | {
9:39:59 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:114:19:
9:39:59 PM: 112 | type: "text/html",
9:39:59 PM: 113 | youtube: "5zB4FIkhFHk",
9:39:59 PM: > 114 | poster: "https://img.youtube.com/vi/5zB4FIkhFHk/maxresdefault.jpg"
9:39:59 PM: | ^
9:39:59 PM: 115 | },
9:39:59 PM: 116 | {
9:39:59 PM: 117 | dialog: false,
9:39:59 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:118:18:
9:40:00 PM: 116 | {
9:40:00 PM: 117 | dialog: false,
9:40:00 PM: > 118 | title: "Montenegro Summer 2017",
9:40:00 PM: | ^
9:40:00 PM: 119 | href: "https://www.youtube.com/embed/kZahccWTpGc",
9:40:00 PM: 120 | type: "text/html",
9:40:00 PM: 121 | youtube: "kZahccWTpGc",
9:40:00 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:119:17:
9:40:00 PM: 117 | dialog: false,
9:40:00 PM: 118 | title: "Montenegro Summer 2017",
9:40:00 PM: > 119 | href: "https://www.youtube.com/embed/kZahccWTpGc",
9:40:00 PM: | ^
9:40:00 PM: 120 | type: "text/html",
9:40:00 PM: 121 | youtube: "kZahccWTpGc",
9:40:00 PM: 122 | poster: "https://i.imgur.com/4yTFAlM.jpg"
9:40:00 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:120:17:
9:40:01 PM: 118 | title: "Montenegro Summer 2017",
9:40:01 PM: 119 | href: "https://www.youtube.com/embed/kZahccWTpGc",
9:40:01 PM: > 120 | type: "text/html",
9:40:01 PM: | ^
9:40:01 PM: 121 | youtube: "kZahccWTpGc",
9:40:01 PM: 122 | poster: "https://i.imgur.com/4yTFAlM.jpg"
9:40:01 PM: 123 | },
9:40:01 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:121:20:
9:40:01 PM: 119 | href: "https://www.youtube.com/embed/kZahccWTpGc",
9:40:01 PM: 120 | type: "text/html",
9:40:01 PM: > 121 | youtube: "kZahccWTpGc",
9:40:01 PM: | ^
9:40:01 PM: 122 | poster: "https://i.imgur.com/4yTFAlM.jpg"
9:40:01 PM: 123 | },
9:40:01 PM: 124 | {
9:40:01 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:122:19:
9:40:01 PM: 120 | type: "text/html",
9:40:01 PM: 121 | youtube: "kZahccWTpGc",
9:40:01 PM: > 122 | poster: "https://i.imgur.com/4yTFAlM.jpg"
9:40:02 PM: | ^
9:40:02 PM: 123 | },
9:40:02 PM: 124 | {
9:40:02 PM: 125 | dialog: false,
9:40:02 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:126:18:
9:40:02 PM: 124 | {
9:40:02 PM: 125 | dialog: false,
9:40:02 PM: > 126 | title: "VilaShirts Promo video",
9:40:02 PM: | ^
9:40:02 PM: 127 | href: "https://www.youtube.com/embed/SZVMKtEORRw",
9:40:02 PM: 128 | type: "text/html",
9:40:02 PM: 129 | youtube: "SZVMKtEORRw",
9:40:02 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:127:17:
9:40:02 PM: 125 | dialog: false,
9:40:02 PM: 126 | title: "VilaShirts Promo video",
9:40:02 PM: > 127 | href: "https://www.youtube.com/embed/SZVMKtEORRw",
9:40:02 PM: | ^
9:40:02 PM: 128 | type: "text/html",
9:40:02 PM: 129 | youtube: "SZVMKtEORRw",
9:40:03 PM: 130 | poster: "https://i.imgur.com/POCbX1B.jpg"
9:40:03 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:128:17:
9:40:03 PM: 126 | title: "VilaShirts Promo video",
9:40:03 PM: 127 | href: "https://www.youtube.com/embed/SZVMKtEORRw",
9:40:03 PM: > 128 | type: "text/html",
9:40:03 PM: | ^
9:40:03 PM: 129 | youtube: "SZVMKtEORRw",
9:40:03 PM: 130 | poster: "https://i.imgur.com/POCbX1B.jpg"
9:40:03 PM: 131 | },
9:40:03 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:129:20:
9:40:03 PM: 127 | href: "https://www.youtube.com/embed/SZVMKtEORRw",
9:40:03 PM: 128 | type: "text/html",
9:40:03 PM: > 129 | youtube: "SZVMKtEORRw",
9:40:03 PM: | ^
9:40:03 PM: 130 | poster: "https://i.imgur.com/POCbX1B.jpg"
9:40:03 PM: 131 | },
9:40:04 PM: 132 | {
9:40:04 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:130:19:
9:40:04 PM: 128 | type: "text/html",
9:40:04 PM: 129 | youtube: "SZVMKtEORRw",
9:40:04 PM: > 130 | poster: "https://i.imgur.com/POCbX1B.jpg"
9:40:04 PM: | ^
9:40:04 PM: 131 | },
9:40:04 PM: 132 | {
9:40:04 PM: 133 | dialog: false,
9:40:04 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:134:18:
9:40:04 PM: 132 | {
9:40:04 PM: 133 | dialog: false,
9:40:04 PM: > 134 | title: "Albania Durres Summer 2018",
9:40:05 PM: | ^
9:40:05 PM: 135 | href: "https://www.youtube.com/embed/jd9pDFaRDKI",
9:40:05 PM: 136 | type: "text/html",
9:40:05 PM: 137 | youtube: "jd9pDFaRDKI",
9:40:05 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:135:17:
9:40:05 PM: 133 | dialog: false,
9:40:05 PM: 134 | title: "Albania Durres Summer 2018",
9:40:05 PM: > 135 | href: "https://www.youtube.com/embed/jd9pDFaRDKI",
9:40:05 PM: | ^
9:40:05 PM: 136 | type: "text/html",
9:40:05 PM: 137 | youtube: "jd9pDFaRDKI",
9:40:05 PM: 138 | poster: "https://img.youtube.com/vi/jd9pDFaRDKI/maxresdefault.jpg"
9:40:05 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:136:17:
9:40:05 PM: 134 | title: "Albania Durres Summer 2018",
9:40:05 PM: 135 | href: "https://www.youtube.com/embed/jd9pDFaRDKI",
9:40:06 PM: > 136 | type: "text/html",
9:40:06 PM: | ^
9:40:06 PM: 137 | youtube: "jd9pDFaRDKI",
9:40:06 PM: 138 | poster: "https://img.youtube.com/vi/jd9pDFaRDKI/maxresdefault.jpg"
9:40:06 PM: 139 | },
9:40:06 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:137:20:
9:40:06 PM: 135 | href: "https://www.youtube.com/embed/jd9pDFaRDKI",
9:40:06 PM: 136 | type: "text/html",
9:40:06 PM: > 137 | youtube: "jd9pDFaRDKI",
9:40:06 PM: | ^
9:40:06 PM: 138 | poster: "https://img.youtube.com/vi/jd9pDFaRDKI/maxresdefault.jpg"
9:40:06 PM: 139 | },
9:40:06 PM: 140 | {
9:40:06 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:138:19:
9:40:06 PM: 136 | type: "text/html",
9:40:06 PM: 137 | youtube: "jd9pDFaRDKI",
9:40:07 PM: > 138 | poster: "https://img.youtube.com/vi/jd9pDFaRDKI/maxresdefault.jpg"
9:40:07 PM: | ^
9:40:07 PM: 139 | },
9:40:07 PM: 140 | {
9:40:07 PM: 141 | dialog: false,
9:40:07 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:142:18:
9:40:07 PM: 140 | {
9:40:07 PM: 141 | dialog: false,
9:40:07 PM: > 142 | title: "Matricar Instagram Promo video",
9:40:07 PM: | ^
9:40:07 PM: 143 | href: "https://www.youtube.com/embed/S-2hNuuwmpY",
9:40:07 PM: 144 | type: "text/html",
9:40:07 PM: 145 | youtube: "S-2hNuuwmpY",
9:40:07 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:143:17:
9:40:07 PM: 141 | dialog: false,
9:40:07 PM: 142 | title: "Matricar Instagram Promo video",
9:40:08 PM: > 143 | href: "https://www.youtube.com/embed/S-2hNuuwmpY",
9:40:08 PM: | ^
9:40:08 PM: 144 | type: "text/html",
9:40:08 PM: 145 | youtube: "S-2hNuuwmpY",
9:40:08 PM: 146 | poster: "https://img.youtube.com/vi/S-2hNuuwmpY/maxresdefault.jpg"
9:40:08 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:144:17:
9:40:08 PM: 142 | title: "Matricar Instagram Promo video",
9:40:08 PM: 143 | href: "https://www.youtube.com/embed/S-2hNuuwmpY",
9:40:08 PM: > 144 | type: "text/html",
9:40:08 PM: | ^
9:40:08 PM: 145 | youtube: "S-2hNuuwmpY",
9:40:08 PM: 146 | poster: "https://img.youtube.com/vi/S-2hNuuwmpY/maxresdefault.jpg"
9:40:08 PM: 147 | },
9:40:08 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:145:20:
9:40:08 PM: 143 | href: "https://www.youtube.com/embed/S-2hNuuwmpY",
9:40:09 PM: 144 | type: "text/html",
9:40:09 PM: > 145 | youtube: "S-2hNuuwmpY",
9:40:09 PM: | ^
9:40:09 PM: 146 | poster: "https://img.youtube.com/vi/S-2hNuuwmpY/maxresdefault.jpg"
9:40:09 PM: 147 | },
9:40:09 PM: 148 | {
9:40:09 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:146:19:
9:40:09 PM: 144 | type: "text/html",
9:40:09 PM: 145 | youtube: "S-2hNuuwmpY",
9:40:09 PM: > 146 | poster: "https://img.youtube.com/vi/S-2hNuuwmpY/maxresdefault.jpg"
9:40:09 PM: | ^
9:40:09 PM: 147 | },
9:40:09 PM: 148 | {
9:40:09 PM: 149 | dialog: false,
9:40:09 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:150:18:
9:40:09 PM: 148 | {
9:40:10 PM: 149 | dialog: false,
9:40:10 PM: > 150 | title: "Vila Design Glitch Logo Animation",
9:40:10 PM: | ^
9:40:10 PM: 151 | href: "https://www.youtube.com/embed/SrX8T2G6bew",
9:40:10 PM: 152 | type: "text/html",
9:40:10 PM: 153 | youtube: "SrX8T2G6bew",
9:40:10 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:151:17:
9:40:10 PM: 149 | dialog: false,
9:40:10 PM: 150 | title: "Vila Design Glitch Logo Animation",
9:40:10 PM: > 151 | href: "https://www.youtube.com/embed/SrX8T2G6bew",
9:40:10 PM: | ^
9:40:10 PM: 152 | type: "text/html",
9:40:10 PM: 153 | youtube: "SrX8T2G6bew",
9:40:10 PM: 154 | poster: "https://img.youtube.com/vi/SrX8T2G6bew/maxresdefault.jpg"
9:40:10 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:152:17:
9:40:10 PM: 150 | title: "Vila Design Glitch Logo Animation",
9:40:10 PM: 151 | href: "https://www.youtube.com/embed/SrX8T2G6bew",
9:40:11 PM: > 152 | type: "text/html",
9:40:11 PM: | ^
9:40:11 PM: 153 | youtube: "SrX8T2G6bew",
9:40:11 PM: 154 | poster: "https://img.youtube.com/vi/SrX8T2G6bew/maxresdefault.jpg"
9:40:11 PM: 155 | },
9:40:11 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:153:20:
9:40:11 PM: 151 | href: "https://www.youtube.com/embed/SrX8T2G6bew",
9:40:11 PM: 152 | type: "text/html",
9:40:11 PM: > 153 | youtube: "SrX8T2G6bew",
9:40:11 PM: | ^
9:40:11 PM: 154 | poster: "https://img.youtube.com/vi/SrX8T2G6bew/maxresdefault.jpg"
9:40:11 PM: 155 | },
9:40:11 PM: 156 | {
9:40:11 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:154:19:
9:40:11 PM: 152 | type: "text/html",
9:40:12 PM: 153 | youtube: "SrX8T2G6bew",
9:40:12 PM: > 154 | poster: "https://img.youtube.com/vi/SrX8T2G6bew/maxresdefault.jpg"
9:40:12 PM: | ^
9:40:12 PM: 155 | },
9:40:12 PM: 156 | {
9:40:12 PM: 157 | dialog: false,
9:40:12 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:158:18:
9:40:12 PM: 156 | {
9:40:12 PM: 157 | dialog: false,
9:40:12 PM: > 158 | title: "Splash logo animation",
9:40:12 PM: | ^
9:40:12 PM: 159 | href: "https://www.youtube.com/embed/vBAZpwtq08I",
9:40:12 PM: 160 | type: "text/html",
9:40:12 PM: 161 | youtube: "vBAZpwtq08I",
9:40:12 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:159:17:
9:40:12 PM: 157 | dialog: false,
9:40:12 PM: 158 | title: "Splash logo animation",
9:40:13 PM: > 159 | href: "https://www.youtube.com/embed/vBAZpwtq08I",
9:40:13 PM: | ^
9:40:13 PM: 160 | type: "text/html",
9:40:13 PM: 161 | youtube: "vBAZpwtq08I",
9:40:13 PM: 162 | poster: "https://i.imgur.com/3jK0rTs.png"
9:40:13 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:160:17:
9:40:13 PM: 158 | title: "Splash logo animation",
9:40:13 PM: 159 | href: "https://www.youtube.com/embed/vBAZpwtq08I",
9:40:13 PM: > 160 | type: "text/html",
9:40:13 PM: | ^
9:40:13 PM: 161 | youtube: "vBAZpwtq08I",
9:40:13 PM: 162 | poster: "https://i.imgur.com/3jK0rTs.png"
9:40:13 PM: 163 | },
9:40:13 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:161:20:
9:40:13 PM: 159 | href: "https://www.youtube.com/embed/vBAZpwtq08I",
9:40:13 PM: 160 | type: "text/html",
9:40:13 PM: > 161 | youtube: "vBAZpwtq08I",
9:40:14 PM: | ^
9:40:14 PM: 162 | poster: "https://i.imgur.com/3jK0rTs.png"
9:40:14 PM: 163 | },
9:40:14 PM: 164 | {
9:40:14 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:162:19:
9:40:14 PM: 160 | type: "text/html",
9:40:14 PM: 161 | youtube: "vBAZpwtq08I",
9:40:14 PM: > 162 | poster: "https://i.imgur.com/3jK0rTs.png"
9:40:14 PM: | ^
9:40:14 PM: 163 | },
9:40:14 PM: 164 | {
9:40:14 PM: 165 | dialog: false,
9:40:14 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:166:18:
9:40:14 PM: 164 | {
9:40:16 PM: 165 | dialog: false,
9:40:16 PM: > 166 | title: "Julie Lindh CBD Infusion Facial",
9:40:16 PM: | ^
9:40:16 PM: 167 | href: "https://www.youtube.com/embed/9qFQMV9IJ9I",
9:40:16 PM: 168 | type: "text/html",
9:40:16 PM: 169 | youtube: "9qFQMV9IJ9I",
9:40:16 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:167:17:
9:40:16 PM: 165 | dialog: false,
9:40:16 PM: 166 | title: "Julie Lindh CBD Infusion Facial",
9:40:16 PM: > 167 | href: "https://www.youtube.com/embed/9qFQMV9IJ9I",
9:40:17 PM: | ^
9:40:17 PM: 168 | type: "text/html",
9:40:17 PM: 169 | youtube: "9qFQMV9IJ9I",
9:40:17 PM: 170 | poster: "https://img.youtube.com/vi/9qFQMV9IJ9I/maxresdefault.jpg"
9:40:17 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:168:17:
9:40:17 PM: 166 | title: "Julie Lindh CBD Infusion Facial",
9:40:17 PM: 167 | href: "https://www.youtube.com/embed/9qFQMV9IJ9I",
9:40:17 PM: > 168 | type: "text/html",
9:40:17 PM: | ^
9:40:17 PM: 169 | youtube: "9qFQMV9IJ9I",
9:40:17 PM: 170 | poster: "https://img.youtube.com/vi/9qFQMV9IJ9I/maxresdefault.jpg"
9:40:17 PM: 171 | }
9:40:17 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:169:20:
9:40:17 PM: 167 | href: "https://www.youtube.com/embed/9qFQMV9IJ9I",
9:40:17 PM: 168 | type: "text/html",
9:40:18 PM: > 169 | youtube: "9qFQMV9IJ9I",
9:40:18 PM: | ^
9:40:18 PM: 170 | poster: "https://img.youtube.com/vi/9qFQMV9IJ9I/maxresdefault.jpg"
9:40:18 PM: 171 | }
9:40:18 PM: 172 | ]
9:40:18 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Video.vue:170:19:
9:40:18 PM: 168 | type: "text/html",
9:40:18 PM: 169 | youtube: "9qFQMV9IJ9I",
9:40:18 PM: > 170 | poster: "https://img.youtube.com/vi/9qFQMV9IJ9I/maxresdefault.jpg"
9:40:18 PM: | ^
9:40:18 PM: 171 | }
9:40:18 PM: 172 | ]
9:40:18 PM: 173 | };
9:40:18 PM: error: Extra semicolon (semi) at src/views/Portfolio/Video.vue:173:6:
9:40:19 PM: 171 | }
9:40:19 PM: 172 | ]
9:40:19 PM: > 173 | };
9:40:19 PM: | ^
9:40:19 PM: 174 | }
9:40:19 PM: 175 | };
9:40:19 PM: 176 | </script>
9:40:19 PM: error: Extra semicolon (semi) at src/views/Portfolio/Video.vue:175:2:
9:40:19 PM: 173 | };
9:40:19 PM: 174 | }
9:40:19 PM: > 175 | };
9:40:19 PM: | ^
9:40:19 PM: 176 | </script>
9:40:20 PM: 177 |
9:40:20 PM: 178 | <style scoped>
9:40:20 PM: error: Newline required at end of file but not found (eol-last) at src/views/Portfolio/Video.vue:180:9:
9:40:20 PM: 178 | <style scoped>
9:40:20 PM: 179 | @import "../../../node_modules/vue-plyr/dist/vue-plyr.css";
9:40:20 PM: > 180 | </style>
9:40:20 PM: | ^
9:40:20 PM: 79 errors found.
9:40:20 PM: 79 errors potentially fixable with the `--fix` option.
9:40:20 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:40:20 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:56:12:
9:40:20 PM: 54 | export default {
9:40:21 PM: 55 | metaInfo: {
9:40:21 PM: > 56 | title: "Web Portfolio",
9:40:21 PM: | ^
9:40:21 PM: 57 | titleTemplate: "%s ← Eldin's Space",
9:40:21 PM: 58 | meta: [
9:40:21 PM: 59 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:40:21 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:59:15:
9:40:21 PM: 57 | titleTemplate: "%s ← Eldin's Space",
9:40:21 PM: 58 | meta: [
9:40:21 PM: > 59 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:40:21 PM: | ^
9:40:22 PM: 60 | {
9:40:22 PM: 61 | name: "description",
9:40:22 PM: 62 | content:
9:40:22 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:59:36:
9:40:22 PM: 57 | titleTemplate: "%s ← Eldin's Space",
9:40:22 PM: 58 | meta: [
9:40:22 PM: > 59 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:40:22 PM: | ^
9:40:22 PM: 60 | {
9:40:22 PM: 61 | name: "description",
9:40:22 PM: 62 | content:
9:40:23 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:61:15:
9:40:23 PM: 59 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:40:23 PM: 60 | {
9:40:23 PM: > 61 | name: "description",
9:40:23 PM: | ^
9:40:23 PM: 62 | content:
9:40:23 PM: 63 | "Eldin Zaimovic's Web Portfolio Vue Vue.js Nuxt Nuxt.js HTML CSS Vuetify Axios GraphQL JavaScript Web Developer Front-End Frontend Designer App Responsive"
9:40:23 PM: 64 | },
9:40:23 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:65:18:
9:40:23 PM: 63 | "Eldin Zaimovic's Web Portfolio Vue Vue.js Nuxt Nuxt.js HTML CSS Vuetify Axios GraphQL JavaScript Web Developer Front-End Frontend Designer App Responsive"
9:40:23 PM: 64 | },
9:40:23 PM: > 65 | { charset: "utf-8" },
9:40:23 PM: | ^
9:40:23 PM: 66 | { property: "og:title", content: "Eldin' Space" },
9:40:24 PM: 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:24 PM: 68 | { property: "og:type", content: "website" },
9:40:24 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:66:19
9:40:24 PM: :
9:40:24 PM: 64 | },
9:40:24 PM: 65 | { charset: "utf-8" },
9:40:24 PM: > 66 | { property: "og:title", content: "Eldin' Space" },
9:40:24 PM: | ^
9:40:24 PM: 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:24 PM: 68 | { property: "og:type", content: "website" },
9:40:24 PM: 69 | { property: "og:url", content: "https://eldin.space" },
9:40:24 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:67:19:
9:40:24 PM: 65 | { charset: "utf-8" },
9:40:24 PM: 66 | { property: "og:title", content: "Eldin' Space" },
9:40:25 PM: > 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:25 PM: | ^
9:40:25 PM: 68 | { property: "og:type", content: "website" },
9:40:25 PM: 69 | { property: "og:url", content: "https://eldin.space" },
9:40:25 PM: 70 | {
9:40:25 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:68:19:
9:40:25 PM: 66 | { property: "og:title", content: "Eldin' Space" },
9:40:25 PM: 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:25 PM: > 68 | { property: "og:type", content: "website" },
9:40:25 PM: | ^
9:40:25 PM: 69 | { property: "og:url", content: "https://eldin.space" },
9:40:25 PM: 70 | {
9:40:25 PM: 71 | property: "og:image",
9:40:25 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:68:39:
9:40:26 PM: 66 | { property: "og:title", content: "Eldin' Space" },
9:40:26 PM: 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:26 PM: > 68 | { property: "og:type", content: "website" },
9:40:26 PM: | ^
9:40:26 PM: 69 | { property: "og:url", content: "https://eldin.space" },
9:40:26 PM: 70 | {
9:40:26 PM: 71 | property: "og:image",
9:40:26 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:69:19:
9:40:26 PM: 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:26 PM: 68 | { property: "og:type", content: "website" },
9:40:26 PM: > 69 | { property: "og:url", content: "https://eldin.space" },
9:40:26 PM: | ^
9:40:26 PM: 70 | {
9:40:26 PM: 71 | property: "og:image",
9:40:27 PM: 72 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:40:27 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:69:38:
9:40:27 PM: 67 | { property: "og:site_name", content: "Eldin' Space" },
9:40:27 PM: 68 | { property: "og:type", content: "website" },
9:40:27 PM: > 69 | { property: "og:url", content: "https://eldin.space" },
9:40:27 PM: | ^
9:40:27 PM: 70 | {
9:40:27 PM: 71 | property: "og:image",
9:40:27 PM: 72 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:40:27 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:71:19:
9:40:27 PM: 69 | { property: "og:url", content: "https://eldin.space" },
9:40:27 PM: 70 | {
9:40:28 PM: > 71 | property: "og:image",
9:40:28 PM: | ^
9:40:28 PM: 72 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:40:28 PM: 73 | },
9:40:28 PM: 74 | {
9:40:28 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:72:18:
9:40:29 PM: 70 | {
9:40:29 PM: 71 | property: "og:image",
9:40:29 PM: > 72 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:40:29 PM: | ^
9:40:29 PM: 73 | },
9:40:29 PM: 74 | {
9:40:29 PM: 75 | property: "og:description",
9:40:29 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:75:19:
9:40:29 PM: 73 | },
9:40:29 PM: 74 | {
9:40:29 PM: > 75 | property: "og:description",
9:40:30 PM: | ^
9:40:30 PM: 76 | content:
9:40:30 PM: 77 | "Eldin Zaimovic's Web Portfolio Vue Vue.js Nuxt Nuxt.js HTML CSS Vuetify Axios GraphQL JavaScript Web Developer Front-End Frontend Designer App Responsive"
9:40:30 PM: 78 | }
9:40:30 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Portfolio/Web.vue:81:7:
9:40:30 PM: 79 | ]
9:40:30 PM: 80 | },
9:40:30 PM: > 81 | data() {
9:40:30 PM: | ^
9:40:30 PM: 82 | return {
9:40:30 PM: 83 | dialog: false,
9:40:30 PM: 84 | projects: [
9:40:30 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:87:18:
9:40:31 PM: 85 | {
9:40:31 PM: 86 | dialog: false,
9:40:31 PM: > 87 | title: "This Site",
9:40:31 PM: | ^
9:40:31 PM: 88 | git: "https://github.com/EldinZaimovic/Eldin-Space-Vue",
9:40:31 PM: 89 | demo: "https://eldin.space/",
9:40:31 PM: 90 | tech: {
9:40:31 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:88:16:
9:40:31 PM: 86 | dialog: false,
9:40:31 PM: 87 | title: "This Site",
9:40:31 PM: > 88 | git: "https://github.com/EldinZaimovic/Eldin-Space-Vue",
9:40:31 PM: | ^
9:40:31 PM: 89 | demo: "https://eldin.space/",
9:40:31 PM: 90 | tech: {
9:40:32 PM: 91 | tech1: "VUE",
9:40:32 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:89:17:
9:40:32 PM: 87 | title: "This Site",
9:40:32 PM: 88 | git: "https://github.com/EldinZaimovic/Eldin-Space-Vue",
9:40:32 PM: > 89 | demo: "https://eldin.space/",
9:40:32 PM: | ^
9:40:32 PM: 90 | tech: {
9:40:32 PM: 91 | tech1: "VUE",
9:40:32 PM: 92 | tech2: "Storyblok",
9:40:32 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:91:20:
9:40:32 PM: 89 | demo: "https://eldin.space/",
9:40:32 PM: 90 | tech: {
9:40:32 PM: > 91 | tech1: "VUE",
9:40:32 PM: | ^
9:40:33 PM: 92 | tech2: "Storyblok",
9:40:33 PM: 93 | tech3: "HTML",
9:40:33 PM: 94 | tech4: "JavaScript"
9:40:33 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:92:20:
9:40:33 PM: 90 | tech: {
9:40:33 PM: 91 | tech1: "VUE",
9:40:33 PM: > 92 | tech2: "Storyblok",
9:40:33 PM: | ^
9:40:33 PM: 93 | tech3: "HTML",
9:40:33 PM: 94 | tech4: "JavaScript"
9:40:33 PM: 95 | },
9:40:33 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:93:20:
9:40:34 PM: 91 | tech1: "VUE",
9:40:34 PM: 92 | tech2: "Storyblok",
9:40:34 PM: > 93 | tech3: "HTML",
9:40:34 PM: | ^
9:40:34 PM: 94 | tech4: "JavaScript"
9:40:34 PM: 95 | },
9:40:34 PM: 96 | poster: "https://i.imgur.com/sGUofpv.png"
9:40:34 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:94:20:
9:40:34 PM: 92 | tech2: "Storyblok",
9:40:34 PM: 93 | tech3: "HTML",
9:40:34 PM: > 94 | tech4: "JavaScript"
9:40:34 PM: | ^
9:40:34 PM: 95 | },
9:40:34 PM: 96 | poster: "https://i.imgur.com/sGUofpv.png"
9:40:34 PM: 97 | },
9:40:35 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:96:19:
9:40:35 PM: 94 | tech4: "JavaScript"
9:40:35 PM: 95 | },
9:40:35 PM: > 96 | poster: "https://i.imgur.com/sGUofpv.png"
9:40:35 PM: | ^
9:40:35 PM: 97 | },
9:40:35 PM: 98 | {
9:40:35 PM: 99 | dialog: false,
9:40:35 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:100:18:
9:40:35 PM: 98 | {
9:40:35 PM: 99 | dialog: false,
9:40:35 PM: > 100 | title: "Snowball Coding Challenge",
9:40:35 PM: | ^
9:40:35 PM: 101 | git: "https://github.com/EldinZaimovic/SnowBall-Project",
9:40:35 PM: 102 | demo: "https://snowball-test.netlify.com/",
9:40:36 PM: 103 | tech: {
9:40:36 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:101:16:
9:40:36 PM: 99 | dialog: false,
9:40:36 PM: 100 | title: "Snowball Coding Challenge",
9:40:36 PM: > 101 | git: "https://github.com/EldinZaimovic/SnowBall-Project",
9:40:36 PM: | ^
9:40:36 PM: 102 | demo: "https://snowball-test.netlify.com/",
9:40:36 PM: 103 | tech: {
9:40:36 PM: 104 | tech1: "VUE",
9:40:36 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:102:17:
9:40:36 PM: 100 | title: "Snowball Coding Challenge",
9:40:36 PM: 101 | git: "https://github.com/EldinZaimovic/SnowBall-Project",
9:40:36 PM: > 102 | demo: "https://snowball-test.netlify.com/",
9:40:36 PM: | ^
9:40:37 PM: 103 | tech: {
9:40:37 PM: 104 | tech1: "VUE",
9:40:37 PM: 105 | tech2: "GraphQL",
9:40:37 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:104:20:
9:40:37 PM: 102 | demo: "https://snowball-test.netlify.com/",
9:40:37 PM: 103 | tech: {
9:40:37 PM: > 104 | tech1: "VUE",
9:40:37 PM: | ^
9:40:37 PM: 105 | tech2: "GraphQL",
9:40:37 PM: 106 | tech3: "Axios",
9:40:37 PM: 107 | tech4: "JavaScript"
9:40:37 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:105:20:
9:40:37 PM: 103 | tech: {
9:40:37 PM: 104 | tech1: "VUE",
9:40:37 PM: > 105 | tech2: "GraphQL",
9:40:37 PM: | ^
9:40:37 PM: 106 | tech3: "Axios",
9:40:38 PM: 107 | tech4: "JavaScript"
9:40:38 PM: 108 | },
9:40:38 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:106:20:
9:40:38 PM: 104 | tech1: "VUE",
9:40:38 PM: 105 | tech2: "GraphQL",
9:40:38 PM: > 106 | tech3: "Axios",
9:40:38 PM: | ^
9:40:38 PM: 107 | tech4: "JavaScript"
9:40:38 PM: 108 | },
9:40:38 PM: 109 | poster: "https://i.imgur.com/rXHBs36.png"
9:40:38 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:107:20:
9:40:38 PM: 105 | tech2: "GraphQL",
9:40:38 PM: 106 | tech3: "Axios",
9:40:38 PM: > 107 | tech4: "JavaScript"
9:40:38 PM: | ^
9:40:38 PM: 108 | },
9:40:38 PM: 109 | poster: "https://i.imgur.com/rXHBs36.png"
9:40:39 PM: 110 | },
9:40:39 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:109:19:
9:40:39 PM: 107 | tech4: "JavaScript"
9:40:39 PM: 108 | },
9:40:39 PM: > 109 | poster: "https://i.imgur.com/rXHBs36.png"
9:40:39 PM: | ^
9:40:39 PM: 110 | },
9:40:39 PM: 111 | {
9:40:39 PM: 112 | dialog: false,
9:40:39 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:113:18:
9:40:39 PM: 111 | {
9:40:39 PM: 112 | dialog: false,
9:40:39 PM: > 113 | title: "IBM Coding Challenge - Films Location",
9:40:39 PM: | ^
9:40:39 PM: 114 | git: "https://github.com/EldinZaimovic/Film-Location-List",
9:40:40 PM: 115 | demo: "https://film-location-ibm-cc.netlify.com/",
9:40:40 PM: 116 | tech: {
9:40:40 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:114:16:
9:40:40 PM: 112 | dialog: false,
9:40:40 PM: 113 | title: "IBM Coding Challenge - Films Location",
9:40:40 PM: > 114 | git: "https://github.com/EldinZaimovic/Film-Location-List",
9:40:40 PM: | ^
9:40:40 PM: 115 | demo: "https://film-location-ibm-cc.netlify.com/",
9:40:40 PM: 116 | tech: {
9:40:40 PM: 117 | tech1: "VUE",
9:40:40 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:115:17:
9:40:40 PM: 113 | title: "IBM Coding Challenge - Films Location",
9:40:40 PM: 114 | git: "https://github.com/EldinZaimovic/Film-Location-List",
9:40:40 PM: > 115 | demo: "https://film-location-ibm-cc.netlify.com/",
9:40:40 PM: | ^
9:40:40 PM: 116 | tech: {
9:40:42 PM: 117 | tech1: "VUE",
9:40:42 PM: 118 | tech2: "Lodash",
9:40:42 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:117:20:
9:40:42 PM: 115 | demo: "https://film-location-ibm-cc.netlify.com/",
9:40:42 PM: 116 | tech: {
9:40:42 PM: > 117 | tech1: "VUE",
9:40:42 PM: | ^
9:40:42 PM: 118 | tech2: "Lodash",
9:40:42 PM: 119 | tech3: "HTML",
9:40:42 PM: 120 | tech4: "JavaScript"
9:40:42 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:118:20:
9:40:42 PM: 116 | tech: {
9:40:42 PM: 117 | tech1: "VUE",
9:40:43 PM: > 118 | tech2: "Lodash",
9:40:43 PM: | ^
9:40:43 PM: 119 | tech3: "HTML",
9:40:43 PM: 120 | tech4: "JavaScript"
9:40:43 PM: 121 | },
9:40:43 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:119:20:
9:40:43 PM: 117 | tech1: "VUE",
9:40:43 PM: 118 | tech2: "Lodash",
9:40:43 PM: > 119 | tech3: "HTML",
9:40:43 PM: | ^
9:40:43 PM: 120 | tech4: "JavaScript"
9:40:43 PM: 121 | },
9:40:43 PM: 122 | poster: "https://i.imgur.com/kCN1CFH.png"
9:40:44 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:120:20:
9:40:44 PM: 118 | tech2: "Lodash",
9:40:44 PM: 119 | tech3: "HTML",
9:40:44 PM: > 120 | tech4: "JavaScript"
9:40:44 PM: | ^
9:40:44 PM: 121 | },
9:40:44 PM: 122 | poster: "https://i.imgur.com/kCN1CFH.png"
9:40:44 PM: 123 | },
9:40:44 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:122:19:
9:40:44 PM: 120 | tech4: "JavaScript"
9:40:44 PM: 121 | },
9:40:44 PM: > 122 | poster: "https://i.imgur.com/kCN1CFH.png"
9:40:44 PM: | ^
9:40:44 PM: 123 | },
9:40:44 PM: 124 | {
9:40:44 PM: 125 | dialog: false,
9:40:44 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:126:18:
9:40:45 PM: 124 | {
9:40:45 PM: 125 | dialog: false,
9:40:45 PM: > 126 | title: "Stock Trader",
9:40:45 PM: | ^
9:40:45 PM: 127 | git: "https://github.com/EldinZaimovic/Stock-Trader",
9:40:45 PM: 128 | demo: "https://stock-trader-eldin.netlify.com/",
9:40:45 PM: 129 | tech: {
9:40:45 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:127:16:
9:40:45 PM: 125 | dialog: false,
9:40:45 PM: 126 | title: "Stock Trader",
9:40:45 PM: > 127 | git: "https://github.com/EldinZaimovic/Stock-Trader",
9:40:45 PM: | ^
9:40:45 PM: 128 | demo: "https://stock-trader-eldin.netlify.com/",
9:40:45 PM: 129 | tech: {
9:40:45 PM: 130 | tech1: "VUE",
9:40:45 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:128:17:
9:40:45 PM: 126 | title: "Stock Trader",
9:40:45 PM: 127 | git: "https://github.com/EldinZaimovic/Stock-Trader",
9:40:45 PM: > 128 | demo: "https://stock-trader-eldin.netlify.com/",
9:40:46 PM: | ^
9:40:46 PM: 129 | tech: {
9:40:46 PM: 130 | tech1: "VUE",
9:40:46 PM: 131 | tech2: "Vuex",
9:40:46 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:130:20:
9:40:46 PM: 128 | demo: "https://stock-trader-eldin.netlify.com/",
9:40:46 PM: 129 | tech: {
9:40:46 PM: > 130 | tech1: "VUE",
9:40:46 PM: | ^
9:40:46 PM: 131 | tech2: "Vuex",
9:40:46 PM: 132 | tech3: "Firebase",
9:40:46 PM: 133 | tech4: "JavaScript"
9:40:46 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:131:20:
9:40:46 PM: 129 | tech: {
9:40:46 PM: 130 | tech1: "VUE",
9:40:46 PM: > 131 | tech2: "Vuex",
9:40:46 PM: | ^
9:40:47 PM: 132 | tech3: "Firebase",
9:40:47 PM: 133 | tech4: "JavaScript"
9:40:47 PM: 134 | },
9:40:47 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:132:20:
9:40:47 PM: 130 | tech1: "VUE",
9:40:47 PM: 131 | tech2: "Vuex",
9:40:47 PM: > 132 | tech3: "Firebase",
9:40:47 PM: | ^
9:40:47 PM: 133 | tech4: "JavaScript"
9:40:47 PM: 134 | },
9:40:47 PM: 135 | poster: "https://i.imgur.com/wK5dqP7.png"
9:40:47 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:133:20:
9:40:47 PM: 131 | tech2: "Vuex",
9:40:47 PM: 132 | tech3: "Firebase",
9:40:48 PM: > 133 | tech4: "JavaScript"
9:40:48 PM: | ^
9:40:48 PM: 134 | },
9:40:48 PM: 135 | poster: "https://i.imgur.com/wK5dqP7.png"
9:40:48 PM: 136 | },
9:40:48 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:135:19:
9:40:48 PM: 133 | tech4: "JavaScript"
9:40:48 PM: 134 | },
9:40:48 PM: > 135 | poster: "https://i.imgur.com/wK5dqP7.png"
9:40:48 PM: | ^
9:40:48 PM: 136 | },
9:40:48 PM: 137 | {
9:40:48 PM: 138 | dialog: false,
9:40:48 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:139:18:
9:40:48 PM: 137 | {
9:41:54 PM: Starting post processing
9:40:48 PM: 138 | dialog: false,
9:40:48 PM: > 139 | title: "Riders Share Newsleter",
9:40:48 PM: | ^
9:40:48 PM: 140 | git: "",
9:40:49 PM: 141 | demo: "https://imgur.com/zTMJhGk",
9:41:54 PM: Post processing done
9:40:49 PM: 142 | tech: {
9:40:49 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:140:16:
9:40:49 PM: 138 | dialog: false,
9:40:49 PM: 139 | title: "Riders Share Newsleter",
9:41:54 PM: Site is live
9:40:49 PM: > 140 | git: "",
9:40:49 PM: | ^
9:40:49 PM: 141 | demo: "https://imgur.com/zTMJhGk",
9:40:49 PM: 142 | tech: {
9:40:49 PM: 143 | tech1: "HTML",
9:40:49 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:141:17:
9:40:49 PM: 139 | title: "Riders Share Newsleter",
9:40:49 PM: 140 | git: "",
9:40:49 PM: > 141 | demo: "https://imgur.com/zTMJhGk",
9:40:49 PM: | ^
9:40:50 PM: 142 | tech: {
9:40:50 PM: 143 | tech1: "HTML",
9:40:50 PM: 144 | tech2: "CSS",
9:40:50 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:143:20:
9:40:50 PM: 141 | demo: "https://imgur.com/zTMJhGk",
9:40:50 PM: 142 | tech: {
9:40:50 PM: > 143 | tech1: "HTML",
9:40:50 PM: | ^
9:40:50 PM: 144 | tech2: "CSS",
9:40:50 PM: 145 | tech3: "MailChimp",
9:40:50 PM: 146 | tech4: "JavaScript"
9:40:50 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:144:20:
9:40:50 PM: 142 | tech: {
9:40:51 PM: 143 | tech1: "HTML",
9:40:51 PM: > 144 | tech2: "CSS",
9:40:51 PM: | ^
9:40:51 PM: 145 | tech3: "MailChimp",
9:40:51 PM: 146 | tech4: "JavaScript"
9:40:51 PM: 147 | },
9:40:51 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:145:20:
9:40:51 PM: 143 | tech1: "HTML",
9:40:51 PM: 144 | tech2: "CSS",
9:40:51 PM: > 145 | tech3: "MailChimp",
9:40:51 PM: | ^
9:40:51 PM: 146 | tech4: "JavaScript"
9:40:51 PM: 147 | },
9:40:51 PM: 148 | poster: "https://i.imgur.com/zTMJhGk.jpg"
9:40:51 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:146:20:
9:40:52 PM: 144 | tech2: "CSS",
9:40:52 PM: 145 | tech3: "MailChimp",
9:40:52 PM: > 146 | tech4: "JavaScript"
9:40:52 PM: | ^
9:40:52 PM: 147 | },
9:40:52 PM: 148 | poster: "https://i.imgur.com/zTMJhGk.jpg"
9:40:52 PM: 149 | },
9:40:52 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:148:19:
9:40:52 PM: 146 | tech4: "JavaScript"
9:40:52 PM: 147 | },
9:40:52 PM: > 148 | poster: "https://i.imgur.com/zTMJhGk.jpg"
9:40:52 PM: | ^
9:40:52 PM: 149 | },
9:40:53 PM: 150 | {
9:40:53 PM: 151 | dialog: false,
9:40:53 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:152:18:
9:40:53 PM: 150 | {
9:40:53 PM: 151 | dialog: false,
9:40:53 PM: > 152 | title: "My Old Web Portfolio",
9:40:53 PM: | ^
9:40:53 PM: 153 | git: "https://github.com/EldinZaimovic/EldinZaimovic.github.io",
9:40:53 PM: 154 | demo: "https://eldinzaimovic.github.io/index.html",
9:40:53 PM: 155 | tech: {
9:40:53 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:153:16:
9:40:53 PM: 151 | dialog: false,
9:40:53 PM: 152 | title: "My Old Web Portfolio",
9:40:54 PM: > 153 | git: "https://github.com/EldinZaimovic/EldinZaimovic.github.io",
9:40:54 PM: | ^
9:40:54 PM: 154 | demo: "https://eldinzaimovic.github.io/index.html",
9:40:54 PM: 155 | tech: {
9:40:54 PM: 156 | tech1: "HTML",
9:40:54 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:154:17:
9:40:54 PM: 152 | title: "My Old Web Portfolio",
9:40:54 PM: 153 | git: "https://github.com/EldinZaimovic/EldinZaimovic.github.io",
9:40:54 PM: > 154 | demo: "https://eldinzaimovic.github.io/index.html",
9:40:54 PM: | ^
9:40:54 PM: 155 | tech: {
9:40:55 PM: 156 | tech1: "HTML",
9:40:55 PM: 157 | tech2: "CSS",
9:40:55 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:156:20:
9:40:55 PM: 154 | demo: "https://eldinzaimovic.github.io/index.html",
9:40:55 PM: 155 | tech: {
9:40:55 PM: > 156 | tech1: "HTML",
9:40:55 PM: | ^
9:40:55 PM: 157 | tech2: "CSS",
9:40:55 PM: 158 | tech3: "JavaScript",
9:40:55 PM: 159 | tech4: "jQuery"
9:40:55 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:157:20:
9:40:55 PM: 155 | tech: {
9:40:55 PM: 156 | tech1: "HTML",
9:40:56 PM: > 157 | tech2: "CSS",
9:40:56 PM: | ^
9:40:56 PM: 158 | tech3: "JavaScript",
9:40:56 PM: 159 | tech4: "jQuery"
9:40:56 PM: 160 | },
9:40:56 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:158:20:
9:40:56 PM: 156 | tech1: "HTML",
9:40:56 PM: 157 | tech2: "CSS",
9:40:56 PM: > 158 | tech3: "JavaScript",
9:40:56 PM: | ^
9:40:56 PM: 159 | tech4: "jQuery"
9:40:56 PM: 160 | },
9:40:56 PM: 161 | poster: "https://i.imgur.com/AW7CXD5.jpg"
9:40:56 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:159:20:
9:40:57 PM: 157 | tech2: "CSS",
9:40:57 PM: 158 | tech3: "JavaScript",
9:40:57 PM: > 159 | tech4: "jQuery"
9:40:57 PM: | ^
9:40:57 PM: 160 | },
9:40:57 PM: 161 | poster: "https://i.imgur.com/AW7CXD5.jpg"
9:40:57 PM: 162 | }
9:40:57 PM: error: Strings must use singlequote (quotes) at src/views/Portfolio/Web.vue:161:19:
9:40:57 PM: 159 | tech4: "jQuery"
9:40:57 PM: 160 | },
9:40:57 PM: > 161 | poster: "https://i.imgur.com/AW7CXD5.jpg"
9:40:57 PM: | ^
9:40:57 PM: 162 | }
9:40:58 PM: 163 | ]
9:40:58 PM: 164 | };
9:40:58 PM: error: Extra semicolon (semi) at src/views/Portfolio/Web.vue:164:6:
9:40:58 PM: 162 | }
9:40:58 PM: 163 | ]
9:40:58 PM: > 164 | };
9:40:58 PM: | ^
9:40:58 PM: 165 | }
9:40:58 PM: 166 | };
9:40:58 PM: 167 | </script>
9:40:58 PM: error: Extra semicolon (semi) at src/views/Portfolio/Web.vue:166:2:
9:40:58 PM: 164 | };
9:40:58 PM: 165 | }
9:40:59 PM: > 166 | };
9:40:59 PM: | ^
9:40:59 PM: 167 | </script>
9:40:59 PM: 168 |
9:40:59 PM: 169 | <style scoped>
9:40:59 PM: error: Newline required at end of file but not found (eol-last) at src/views/Portfolio/Web.vue:170:9:
9:40:59 PM: 168 |
9:40:59 PM: 169 | <style scoped>
9:40:59 PM: > 170 | </style>
9:40:59 PM: | ^
9:40:59 PM: 66 errors found.
9:40:59 PM: 66 errors potentially fixable with the `--fix` option.
9:40:59 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:40:59 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:140:12:
9:40:59 PM: 138 | export default {
9:41:00 PM: 139 | metaInfo: {
9:41:00 PM: > 140 | title: "Resume",
9:41:00 PM: | ^
9:41:00 PM: 141 | titleTemplate: "%s ← Eldin's Space",
9:41:00 PM: 142 | meta: [
9:41:00 PM: 143 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:41:00 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:143:15:
9:41:00 PM: 141 | titleTemplate: "%s ← Eldin's Space",
9:41:00 PM: 142 | meta: [
9:41:00 PM: > 143 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:41:00 PM: | ^
9:41:00 PM: 144 | {
9:41:00 PM: 145 | name: "description",
9:41:00 PM: 146 | content:
9:41:01 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:143:36:
9:41:01 PM: 141 | titleTemplate: "%s ← Eldin's Space",
9:41:01 PM: 142 | meta: [
9:41:01 PM: > 143 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:41:01 PM: | ^
9:41:01 PM: 144 | {
9:41:01 PM: 145 | name: "description",
9:41:01 PM: 146 | content:
9:41:01 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:145:15:
9:41:01 PM: 143 | { name: "viewport", content: "width=device-width, initial-scale=1" },
9:41:01 PM: 144 | {
9:41:01 PM: > 145 | name: "description",
9:41:01 PM: | ^
9:41:01 PM: 146 | content:
9:41:01 PM: 147 | "Vue NUXT HTML CSS JavaScript Design Adobe XD Photoshop Coding Skills Resume Work Web Developer Front-End"
9:41:01 PM: 148 | },
9:41:02 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:147:11:
9:41:02 PM: 145 | name: "description",
9:41:02 PM: 146 | content:
9:41:02 PM: > 147 | "Vue NUXT HTML CSS JavaScript Design Adobe XD Photoshop Coding Skills Resume Work Web Developer Front-End"
9:41:02 PM: | ^
9:41:02 PM: 148 | },
9:41:02 PM: 149 | { charset: "utf-8" },
9:41:02 PM: 150 | { property: "og:title", content: "Eldin' Space" },
9:41:02 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:149:18:
9:41:02 PM: 147 | "Vue NUXT HTML CSS JavaScript Design Adobe XD Photoshop Coding Skills Resume Work Web Developer Front-End"
9:41:02 PM: 148 | },
9:41:02 PM: > 149 | { charset: "utf-8" },
9:41:02 PM: | ^
9:41:02 PM: 150 | { property: "og:title", content: "Eldin' Space" },
9:41:02 PM: 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:02 PM: 152 | { property: "og:type", content: "website" },
9:41:03 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:150:19:
9:41:03 PM: 148 | },
9:41:03 PM: 149 | { charset: "utf-8" },
9:41:03 PM: > 150 | { property: "og:title", content: "Eldin' Space" },
9:41:03 PM: | ^
9:41:03 PM: 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:03 PM: 152 | { property: "og:type", content: "website" },
9:41:03 PM: 153 | { property: "og:url", content: "https://eldin.space" },
9:41:03 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:151:19:
9:41:03 PM: 149 | { charset: "utf-8" },
9:41:03 PM: 150 | { property: "og:title", content: "Eldin' Space" },
9:41:03 PM: > 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:03 PM: | ^
9:41:03 PM: 152 | { property: "og:type", content: "website" },
9:41:03 PM: 153 | { property: "og:url", content: "https://eldin.space" },
9:41:03 PM: 154 | {
9:41:03 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:152:19:
9:41:04 PM: 150 | { property: "og:title", content: "Eldin' Space" },
9:41:04 PM: 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:04 PM: > 152 | { property: "og:type", content: "website" },
9:41:04 PM: | ^
9:41:04 PM: 153 | { property: "og:url", content: "https://eldin.space" },
9:41:04 PM: 154 | {
9:41:04 PM: 155 | property: "og:image",
9:41:04 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:152:39:
9:41:04 PM: 150 | { property: "og:title", content: "Eldin' Space" },
9:41:04 PM: 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:04 PM: > 152 | { property: "og:type", content: "website" },
9:41:04 PM: | ^
9:41:04 PM: 153 | { property: "og:url", content: "https://eldin.space" },
9:41:05 PM: 154 | {
9:41:05 PM: 155 | property: "og:image",
9:41:05 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:153:19:
9:41:05 PM: 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:05 PM: 152 | { property: "og:type", content: "website" },
9:41:05 PM: > 153 | { property: "og:url", content: "https://eldin.space" },
9:41:05 PM: | ^
9:41:05 PM: 154 | {
9:41:05 PM: 155 | property: "og:image",
9:41:05 PM: 156 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:41:05 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:153:38:
9:41:05 PM: 151 | { property: "og:site_name", content: "Eldin' Space" },
9:41:05 PM: 152 | { property: "og:type", content: "website" },
9:41:06 PM: > 153 | { property: "og:url", content: "https://eldin.space" },
9:41:06 PM: | ^
9:41:07 PM: 154 | {
9:41:07 PM: 155 | property: "og:image",
9:41:07 PM: 156 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:41:07 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:155:19:
9:41:07 PM: 153 | { property: "og:url", content: "https://eldin.space" },
9:41:08 PM: 154 | {
9:41:08 PM: > 155 | property: "og:image",
9:41:08 PM: | ^
9:41:08 PM: 156 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:41:08 PM: 157 | },
9:41:08 PM: 158 | {
9:41:08 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:156:18:
9:41:08 PM: 154 | {
9:41:08 PM: 155 | property: "og:image",
9:41:08 PM: > 156 | content: "https://i.imgur.com/Dcz2PGx.jpg"
9:41:08 PM: | ^
9:41:08 PM: 157 | },
9:41:08 PM: 158 | {
9:41:08 PM: 159 | property: "og:description",
9:41:08 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:159:19:
9:41:08 PM: 157 | },
9:41:08 PM: 158 | {
9:41:08 PM: > 159 | property: "og:description",
9:41:09 PM: | ^
9:41:09 PM: 160 | content:
9:41:09 PM: 161 | "Vue NUXT HTML CSS JavaScript Design Adobe XD Photoshop Coding Skills Resume Work Web Developer Front-End"
9:41:09 PM: 162 | }
9:41:09 PM: error: Strings must use singlequote (quotes) at src/views/Resume.vue:161:11:
9:41:09 PM: 159 | property: "og:description",
9:41:09 PM: 160 | content:
9:41:09 PM: > 161 | "Vue NUXT HTML CSS JavaScript Design Adobe XD Photoshop Coding Skills Resume Work Web Developer Front-End"
9:41:09 PM: | ^
9:41:09 PM: 162 | }
9:41:09 PM: 163 | ]
9:41:09 PM: 164 | },
9:41:09 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Resume.vue:165:7:
9:41:09 PM: 163 | ]
9:41:09 PM: 164 | },
9:41:09 PM: > 165 | data() {
9:41:09 PM: | ^
9:41:09 PM: 166 | return {
9:41:09 PM: 167 | value: 0,
9:41:09 PM: 168 | buffer1: 0,
9:41:10 PM: error: Extra semicolon (semi) at src/views/Resume.vue:176:6:
9:41:10 PM: 174 | bufferValue: 100,
9:41:10 PM: 175 | interval: 0
9:41:10 PM: > 176 | };
9:41:10 PM: | ^
9:41:10 PM: 177 | },
9:41:10 PM: 178 | mounted() {
9:41:10 PM: 179 | this.startBuffer();
9:41:10 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Resume.vue:178:10:
9:41:10 PM: 176 | };
9:41:10 PM: 177 | },
9:41:10 PM: > 178 | mounted() {
9:41:10 PM: | ^
9:41:10 PM: 179 | this.startBuffer();
9:41:10 PM: 180 | },
9:41:10 PM: 181 |
9:41:10 PM: error: Extra semicolon (semi) at src/views/Resume.vue:179:23:
9:41:10 PM: 177 | },
9:41:10 PM: 178 | mounted() {
9:41:10 PM: > 179 | this.startBuffer();
9:41:10 PM: | ^
9:41:10 PM: 180 | },
9:41:11 PM: 181 |
9:41:11 PM: 182 | beforeDestroy() {
9:41:11 PM: error: Missing space before function parentheses (space-before-function-paren) at src/views/Resume.vue:182:16:
9:41:11 PM: 180 | },
9:41:11 PM: 181 |
9:41:11 PM: > 182 | beforeDestroy() {
9:41:11 PM: | ^
9:41:11 PM: 183 | clearInterval(this.interval);
9:41:11 PM: 184 | },
9:41:11 PM: 185 |
9:41:11 PM: error: Extra semicolon (semi) at src/views/Resume.vue:183:33: