make jsx hint default to resolve warnings when compiling

This commit is contained in:
Andrew
2015-02-17 13:58:27 -08:00
parent 6fd793fad0
commit 9c3473b8d1
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = {
preLoaders: [{
test: /\.js$/,
exclude: /node_modules/,
loader: 'jshint'
loader: 'jsxhint'
}],
loaders: [{
test: /\.js$/,