UNPKG
@devopsplaybook.io/otel-utils-fastify
Version:
beta (1.0.10-beta.11.93aecde)
latest (1.0.10)
1.0.10
1.0.10-beta.11.93aecde
1.0.9
1.0.9-beta.10.17cf31b
1.0.8
1.0.7
1.0.6
1.0.6-beta2
1.0.6-beta1
1.0.5
1.0.4
1.0.4-beta2
1.0.4-beta1
1.0.3
1.0.2
1.0.2-beta1
1.0.1
1.0.1-beta2
1.0.1-beta1
1.0.0
1.0.0-beta1
0.0.1-beta9
0.0.1-beta8
0.0.1-beta7
0.0.1-beta5
0.0.1-beta4
0.0.1-beta3
0.0.1-beta2
0.0.1-beta10
0.0.1-beta1
Utility to simplify integration with Open Telemetry for Fastify API Server
@devopsplaybook.io/otel-utils-fastify
/
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
);