mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
chore: tighten ESLint config (#6931)
* chore: tighten ESLint config * more refactor * refactor push * fix
This commit is contained in:
parent
f70ddf7e69
commit
cc0bceab9c
54 changed files with 177 additions and 193 deletions
|
@ -9,6 +9,6 @@ import type {Handler} from '@netlify/functions';
|
|||
|
||||
import {createPlaygroundResponse} from '../functionUtils/playgroundUtils';
|
||||
|
||||
export const handler: Handler = async function handler(_event, _context) {
|
||||
export const handler: Handler = async function handler() {
|
||||
return createPlaygroundResponse('codesandbox');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue