UNPKG
embed-support
Version:
latest (0.1.2)
0.1.2
0.1.1
Create embed codes for a static web project
github.com/lucified/embed-support
lucified/embed-support
embed-support
/
.eslintrc
9 lines
(8 loc)
•
187 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"airbnb"
,
"parser"
:
"babel-eslint"
,
"rules"
:
{
"no-unused-vars"
:
[
2
,
{
"args"
:
"all"
,
"argsIgnorePattern"
:
"^_"
}
]
,
"comma-dangle"
:
[
1
,
"always-multiline"
]
}
}