2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 18:40:34 +03:00

chore: fix lint

This commit is contained in:
pimlie
2019-07-11 21:43:05 +02:00
parent 1d9072a3af
commit 56f6577e25
40 changed files with 105 additions and 107 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ import { createRenderer } from 'vue-server-renderer'
const renderer = createRenderer()
export function webpackRun(config) {
export function webpackRun (config) {
const compiler = webpack(config)
return new Promise((resolve, reject) => {
@@ -21,7 +21,7 @@ export function webpackRun(config) {
})
}
export async function buildFixture(fixture, config = {}) {
export async function buildFixture (fixture, config = {}) {
if (!fixture) {
throw new Error('buildFixture should be called with a fixture name')
}
@@ -69,7 +69,7 @@ export async function buildFixture(fixture, config = {}) {
}
}
export function createWebpackConfig(config = {}) {
export function createWebpackConfig (config = {}) {
const publicPath = '.vue-meta'
return {