UNPKG
@fastify/accepts
Version:
latest (5.0.2)
next (5.0.0)
5.0.2
5.0.1
5.0.0
5.0.0-pre.fv5.2
5.0.0-pre.fv5.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.0.0
Add accept parser to fastify
github.com/fastify/fastify-accepts
fastify/fastify-accepts
@fastify/accepts
/
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
})