signal-desktop/test/app/.eslintrc.js

13 lines
180 B
JavaScript
Raw Normal View History

2018-04-20 19:11:56 +00:00
// For reference: https://github.com/airbnb/javascript
module.exports = {
env: {
mocha: true,
browser: false,
},
parserOptions: {
sourceType: 'module',
},
};