UNPKG
@flla/winston-loki
Version:
latest (6.1.3)
6.1.3
A Winston transport for Grafana Loki
github.com/JaniAnttonen/winston-loki
JaniAnttonen/winston-loki
@flla/winston-loki
/
.eslintrc.js
11 lines
(10 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
extends:
'standard'
,
env:
{
node:
true
,
jest:
true
},
rules:
{
'no-console':
'error'
} }