UNPKG
log-helper
Version:
latest (1.0.0)
1.0.0
0.9.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A small module to simplify logging
github.com/c4rmond4i/log-helper
c4rmond4i/log-helper
log-helper
/
.eslintrc
8 lines
•
141 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"airbnb-base"
,
"rules"
:
{
"eol-last"
:
"off"
,
"indent"
:
[
"error"
,
4
]
,
"no-console"
:
"off"
}
}