Skip to content

Commit

Permalink
disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nestebe committed Jan 2, 2017
1 parent 0c4393d commit 5a51911
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/webpack.base.conf.js
Expand Up @@ -31,13 +31,6 @@ module.exports = {
},
module: {
rules: [
{ // eslint
enforce: 'pre',
test: /\.(vue|js)$/,
loader: 'eslint-loader',
include: projectRoot,
exclude: /node_modules/
},
{
test: /\.js$/,
loader: 'babel-loader',
Expand Down

0 comments on commit 5a51911

Please sign in to comment.