emails-renderer/.eslintrc.js

18 lines
288 B
JavaScript
Raw Normal View History

module.exports = {
extends: [
'plugin:@elyby/base',
'plugin:@elyby/react',
'plugin:@elyby/typescript',
],
2016-08-28 16:25:56 +03:00
env: {
2019-05-19 23:48:14 +03:00
browser: true,
commonjs: true,
es6: true,
2016-08-28 16:25:56 +03:00
},
globals: {
__webpack_public_path__: true,
},
};