UNPKG
@fastify/mongodb
Version:
latest (10.0.0)
next (9.0.0)
10.0.0
9.0.2
9.0.1
9.0.0
9.0.0-pre.fv5.2
9.0.0-pre.fv5.1
8.0.0
7.0.0
6.2.0
6.1.0
6.0.1
6.0.0
5.0.0
Fastify MongoDB connection plugin
github.com/fastify/fastify-mongodb
fastify/fastify-mongodb
@fastify/mongodb
/
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
})