UNPKG
xbp-cli
Version:
latest (4.0.1)
4.0.1
4.0.0
A simple CLI for scaffolding Vue.js projects.
xbp-cli
/
.eslintrc
8 lines
(7 loc)
•
101 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
[
"plugin:vue-libs/recommended"
]
,
"env"
:
{
"mocha"
:
true
,
"node"
:
true
}
}