UNPKG
@devopsplaybook.io/otel-utils
Version:
beta (1.0.4-beta1)
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.4-beta1
1.0.3
1.0.3-beta1
1.0.2
1.0.1
1.0.1-beta8
1.0.1-beta7
1.0.1-beta6
1.0.1-beta5
1.0.1-beta4
1.0.1-beta3
1.0.1-beta2
1.0.1-beta1
1.0.0
Utility to simplify integration with Open Telemetry
@devopsplaybook.io/otel-utils
/
eslint.config.mjs
11 lines
(8 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// @ts-check
import
eslint
from
"@eslint/js"
;
import
tseslint
from
"typescript-eslint"
;
export
default
tseslint.
config
( eslint.
configs
.
recommended
, ...tseslint.
configs
.
strict
, ...tseslint.
configs
.
stylistic
);