commit b7ee9061b2563d92043c210b2b3d4b8e5644bb09 parent 12fde38132e9a692399725d674f18c7e6afec71e Author: Konstantin Tarkus <hello@tarkus.me> Date: Tue, 23 Sep 2014 22:36:36 +0400 Fix jshint settings in config/webpack.js Diffstat:
| M | config/webpack.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/webpack.js b/config/webpack.js @@ -46,7 +46,7 @@ module.exports = function (release) { preLoaders: [ { test: /\.js$/, - exclude: 'node_modules', + exclude: /node_modules/, loader: 'jshint' } ],