Skip to content

Commit 9e9ffb9

Browse files
committed
🐛 fix airbnb eslint issues
1 parent 873a03d commit 9e9ffb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

template/app/src/components/LandingPageView/CurrentPage.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
<script>
2222
export default {
23-
created () {
23+
created{{#if_eq eslintConfig 'standard'}} {{/if_eq}}() {
2424
// Set $route values that are not preset during unit testing
2525
if (process.env.NODE_ENV === 'testing') {
2626
this.$route = {
2727
name: 'landing-page',
28-
path: '/landing-page'
29-
}
28+
path: '/landing-page'{{#if_eq eslintConfig 'airbnb'}},{{/if_eq}}
29+
}{{#if_eq eslintConfig 'airbnb'}};{{/if_eq}}
3030
}
31-
}
32-
}
31+
}{{#if_eq eslintConfig 'airbnb'}},{{/if_eq}}
32+
}{{#if_eq eslintConfig 'airbnb'}};{{/if_eq}}
3333
</script>

0 commit comments

Comments
 (0)