UNPKG
create-lbgcli
Version:
latest (1.0.2)
1.0.2
前端脚手架模板
create-lbgcli
/
template-h5
/
node_modules
/
underscore
/
modules
/
.eslintrc
13 lines
(12 loc)
•
159 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"parserOptions"
:
{
"ecmaVersion"
:
6
,
"sourceType"
:
"module"
,
}
,
"plugins"
:
[
"import"
]
,
"extends"
:
[
"plugin:import/errors"
]
}