Skip to content

Commit 9bc4ff8

Browse files
committed
chore: remove ignores
1 parent 82703d8 commit 9bc4ff8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/burger-data/scripts/generate-burgers.genai.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// This script uses GenAIScript (https://aka.ms/genaiscript)
22
// to generate the menu for a burger restaurant.
3-
/* eslint-disable */
43

54
import { z } from '@genaiscript/runtime';
65

packages/burger-data/scripts/generate-images.genai.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//
55
// Note that you need to set GENAISCRIPT_IMAGE_MODEL env variable to either
66
// "openai:gpt-image-1" or "azure:gpt-image-1" to run this script.
7-
/* eslint-disable */
87

98
import sharp from 'sharp';
109
import burgersData from '../data/burgers.json' with { type: 'json' };

0 commit comments

Comments
 (0)