chore: ignore statements
This commit is contained in:
parent
a8e71cfaf7
commit
90f494f23d
3 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable no-console */
|
||||
|
||||
import { fileURLToPath } from 'url';
|
||||
import { loadFixture } from '../test/test-utils.js';
|
||||
import { generatePosts } from './scripts/generate-posts.mjs';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable no-console */
|
||||
|
||||
import { generatePosts } from './generate-posts.mjs';
|
||||
|
||||
(async () => {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
export { default as Renderer } from './Renderer.astro';
|
||||
|
|
Loading…
Reference in a new issue