Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Sep 19, 2017
1 parent 70e06b5 commit 1d2fd8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
**/test/spec/**
**/report/**
**/tools/**
montage.min.js
montage2.js
webpack.config.js
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* global process, __direname */
var debug = process.env.NODE_ENV !== "production";
var webpack = require('webpack');

Expand Down

0 comments on commit 1d2fd8a

Please sign in to comment.