UNPKG
laravel-mix-mjml
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
MJML integration for Laravel Mix
github.com/stidges/laravel-mix-mjml
stidges/laravel-mix-mjml
laravel-mix-mjml
/
.eslintrc.json
14 lines
(13 loc)
•
209 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
[
"eslint:recommended"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
2017
}
,
"env"
:
{
"node"
:
true
}
,
"globals"
:
{
"Mix"
:
true
,
"Config"
:
true
}
}