diff --git a/bin/example/routes/index.js b/bin/example/routes/index.js index 0919685..7f69f49 100644 --- a/bin/example/routes/index.js +++ b/bin/example/routes/index.js @@ -1,3 +1,5 @@ +/* eslint-disable n/no-missing-import */ + import { html } from "ghtml"; export default async (fastify) => { diff --git a/bin/example/server.js b/bin/example/server.js index 681b000..2eb3018 100644 --- a/bin/example/server.js +++ b/bin/example/server.js @@ -1,3 +1,5 @@ +/* eslint-disable n/no-missing-import */ + import Fastify from "fastify"; const fastify = Fastify();