UNPKG
node-lib-cli
Version:
latest (0.0.15)
0.0.15
0.0.13
0.0.12
0.0.11
0.0.9
0.0.2
0.0.1
npm包开发脚手架,内置eslint,rollup,jest等相关组件,支持快速创建,开发,发布npm包
github.com/sschen86/node-lib-cli
node-lib-cli
/
template
/
.eslintrc.js
10 lines
(9 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
root:
true
,
extends:
'@shushu.pro/all'
,
env:
{
jest:
true
,
node:
true
,
browser:
true
, }, }