Merged in chore/migrate-from-next-lint (pull request #3263)
chore: Migrate from next lint to eslint * Migrate scandic-web * Migrate partner-sas * Enable any rule in partner-sas Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-console */
|
||||
/* eslint-disable import/no-anonymous-default-export */
|
||||
import type { Context } from "@netlify/functions"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-console */
|
||||
/* eslint-disable import/no-anonymous-default-export */
|
||||
import type { Config, Context } from "@netlify/functions"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-console */
|
||||
import { performWarmup } from "./warmup-background.mjs"
|
||||
|
||||
import type { Config, Context } from "@netlify/functions"
|
||||
|
||||
Reference in New Issue
Block a user