Add eslint config

An early start that gets some linting in place.
This commit is contained in:
David Baker 2017-01-23 14:22:54 +00:00
parent d907421ad4
commit bc714ba3a0
4 changed files with 15 additions and 1 deletions

5
test/.eslintrc.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
env: {
mocha: true,
},
}