This commit is contained in:
Norbert de Langen 2024-07-03 09:14:25 +02:00
parent 31f12cb25d
commit 1a571962d3

View File

@ -1,6 +1,7 @@
import React from 'react';
// @ts-expect-error (importing a js file)
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore-error (importing a js file)
import { imported } from '../imported';
const local = 'local-value';