UNPKG
@fastify/postgres
Version:
latest (6.0.2)
next (6.0.0)
6.0.2
6.0.1
6.0.0
6.0.0-pre.fv5.2
6.0.0-pre.fv5.1
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.0.1
4.0.0
Fastify PostgreSQL connection plugin
github.com/fastify/fastify-postgres
fastify/fastify-postgres
@fastify/postgres
/
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
})