1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-26 21:23:26 +03:00
Files
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,
},
}