Skip to content

Commit

Permalink
fix: eslint-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jul 26, 2024
1 parent 894a770 commit a874b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/example/routes/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable n/no-missing-import */

import { html } from "ghtml";

export default async (fastify) => {

Check warning on line 5 in bin/example/routes/index.js

View workflow job for this annotation

GitHub Actions / test (^18)

Async arrow function has no 'await' expression

Check warning on line 5 in bin/example/routes/index.js

View workflow job for this annotation

GitHub Actions / test (lts/*)

Async arrow function has no 'await' expression
Expand Down
2 changes: 2 additions & 0 deletions bin/example/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable n/no-missing-import */

import Fastify from "fastify";

const fastify = Fastify();
Expand Down

0 comments on commit a874b4a

Please sign in to comment.