Apply fixes from StyleCI

This commit is contained in:
Dries Vints
2019-04-22 14:06:03 +00:00
committed by StyleCI Bot
parent 43b09ad0f3
commit 91dc5ed286
5 changed files with 6 additions and 11 deletions

3
resources/js/app.js vendored
View File

@@ -1,4 +1,3 @@
/**
* First we will load all of this project's JavaScript dependencies which
* includes Vue and other libraries. It is a great starting point when
@@ -29,5 +28,5 @@ Vue.component('example-component', require('./components/ExampleComponent.vue').
*/
const app = new Vue({
el: '#app'
el: '#app',
});

View File

@@ -1,4 +1,3 @@
window._ = require('lodash');
/**