Skip to content

Commit

Permalink
Merge pull request #2 from Prismatik/fix-2
Browse files Browse the repository at this point in the history
Makes es6/node/mocha into the default envs
  • Loading branch information
Jack Watson-Hamblin committed May 3, 2016
2 parents 899c343 + 32b7fe7 commit c9b667e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module.exports = {
extends: 'eslint-config-airbnb',
env: {
es6: true,
node: true,
mocha: true
},
rules: {

// http://eslint.org/docs/rules/no-use-before-define
Expand All @@ -21,4 +26,4 @@ module.exports = {
]

}
}
};

0 comments on commit c9b667e

Please sign in to comment.