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 18:55:56 +05:30
env: {
2019-05-20 02:18:14 +05:30
browser: true,
commonjs: true,
es6: true,
2016-08-28 18:55:56 +05:30
},
globals: {
__webpack_public_path__: true,
},
};