UNPKG
symlinked
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
Node utility to list packages that are npm linked
github.com/ryanve/symlinked
ryanve/symlinked
symlinked
/
.eslintrc.json
13 lines
(12 loc)
•
212 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"env"
:
{
"commonjs"
:
true
,
"node"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"indent"
:
[
"error"
,
2
]
,
"quotes"
:
[
"error"
,
"double"
]
,
"no-console"
:
[
"off"
]
}
}