Skip to content

Commit

Permalink
🚨 Disable eslint for line
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Oct 31, 2022
1 parent e8775e1 commit 101d155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/_middleware.ts → web/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import { getRedirectUrl, getDnsRedirect, getExternalRedirectUrl } from './common/helpers/redirects'
// eslint-disable-next-line @next/next/no-server-import-in-page
import { NextRequest, NextResponse } from 'next/server'
import { getLocaleFromName } from './lib/localization'
import { Flags } from './common/helpers/datasetHelpers'
Expand Down

0 comments on commit 101d155

Please sign in to comment.