Skip to content

Commit

Permalink
Added mocha to global eslint config. Fixes react-webpack-generators/g…
Browse files Browse the repository at this point in the history
  • Loading branch information
weblogixx committed Mar 9, 2016
1 parent e89ec83 commit 19f9ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"browser": true,
"amd": true,
"es6": true,
"node": true
"node": true,
"mocha": true
},
"rules": {
"comma-dangle": 1,
Expand Down

0 comments on commit 19f9ea6

Please sign in to comment.