session-desktop/test/app/.eslintrc.js
2018-04-20 15:24:04 -07:00

13 lines
180 B
JavaScript

// For reference: https://github.com/airbnb/javascript
module.exports = {
env: {
mocha: true,
browser: false,
},
parserOptions: {
sourceType: 'module',
},
};