Skip to content

Commit

Permalink
Remove redundant eslint rule exception
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Sep 9, 2016
1 parent 2124163 commit 6977510
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions assets/build/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */

const path = require('path');
const argv = require('minimist')(process.argv.slice(2));
const glob = require('glob-all');
Expand Down
2 changes: 0 additions & 2 deletions assets/build/util/mergeWithConcat.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */

const mergeWith = require('lodash/mergeWith');

module.exports = function mergeWithConcat() {
Expand Down
1 change: 0 additions & 1 deletion assets/build/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */
const webpack = require('webpack');
const path = require('path');
const qs = require('qs');
Expand Down
1 change: 0 additions & 1 deletion assets/build/webpack.config.production.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */
const AssetsPlugin = require('assets-webpack-plugin');
const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const cssnano = require('cssnano');
Expand Down
1 change: 0 additions & 1 deletion assets/build/webpack.config.watch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */
const BrowserSyncPlugin = require('browser-sync-webpack-plugin');
const url = require('url');

Expand Down

0 comments on commit 6977510

Please sign in to comment.