mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-08 13:42:43 +05:30
18 lines
288 B
JavaScript
18 lines
288 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'plugin:@elyby/base',
|
|
'plugin:@elyby/react',
|
|
'plugin:@elyby/typescript',
|
|
],
|
|
|
|
env: {
|
|
browser: true,
|
|
commonjs: true,
|
|
es6: true,
|
|
},
|
|
|
|
globals: {
|
|
__webpack_public_path__: true,
|
|
},
|
|
};
|