UNPKG
@fastify/opensearch
Version:
latest (2.0.0)
2.0.0
1.0.0
Fastify plugin for opensearch
github.com/fastify/fastify-opensearch
fastify/fastify-opensearch
@fastify/opensearch
/
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
})