Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jan 18, 2018
1 parent 6e7cc65 commit ff65f8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var path = require('path');
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var stylusLoader = require('stylus-loader');
var nib = require('nib');
const path = require('path');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const stylusLoader = require('stylus-loader');
const nib = require('nib');

module.exports = {
devtool: 'source-map',
Expand Down

0 comments on commit ff65f8b

Please sign in to comment.