element-web/test/.eslintrc.js
David Baker bc714ba3a0 Add eslint config
An early start that gets some linting in place.
2017-01-23 14:22:54 +00:00

6 lines
60 B
JavaScript

module.exports = {
env: {
mocha: true,
},
}