Skip to content

Commit

Permalink
refactor: remove redundant new keyword (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and haoqunjiang committed Jan 21, 2020
1 parent 89801a4 commit 21293bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const webpack = require('webpack')
const merge = require('webpack-merge')
const { createFsFromVolume, Volume } = require('memfs')

const mfs = new createFsFromVolume(new Volume()) // eslint-disable-line
const mfs = createFsFromVolume(new Volume())
const VueLoaderPlugin = require('../lib/plugin')

const baseConfig = {
Expand Down

0 comments on commit 21293bd

Please sign in to comment.