Extend @typescript-eslint/recommended-type-checked instead of eslint-recommended and recommended

This commit is contained in:
Benedek Kozma
2024-10-16 16:29:48 +02:00
parent 0467e124e8
commit 92cc2c478c
2 changed files with 3 additions and 17 deletions

View File

@ -8,7 +8,7 @@ import * as main from '../src/main'
const runMock = jest.spyOn(main, 'run').mockImplementation()
describe('index', () => {
it('calls run when imported', async () => {
it('calls run when imported', () => {
// eslint-disable-next-line @typescript-eslint/no-require-imports
require('../src/index')