UNPKG
@fastify/express
Version:
latest (4.0.2)
next (4.0.0)
4.0.2
4.0.1
4.0.0
4.0.0-pre.fv5.2
4.0.0-pre.fv5.1
3.0.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
Express compatibility layer for Fastify
github.com/fastify/fastify-express
fastify/fastify-express
@fastify/express
/
eslint.config.js
7 lines
(5 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
module
.
exports
=
require
(
'neostandard'
)({
ignores
:
require
(
'neostandard'
).
resolveIgnoresFromGitignore
(),
ts
:
true
})