From abe8e7bc26906929914834dbaf38a793bcbb4f78 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 8 Nov 2022 00:17:14 +0300 Subject: ESLint: switch to `@typescript-eslint/parser` * JS version of the `no-floating-promise` rule sucks :( --- vnext/jest.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'vnext/jest.config.js') diff --git a/vnext/jest.config.js b/vnext/jest.config.js index c2e48dc1..ffc58e1d 100644 --- a/vnext/jest.config.js +++ b/vnext/jest.config.js @@ -1,3 +1,4 @@ +/** @type {import('jest').Config} */ module.exports = { 'moduleNameMapper': { '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '/__mocks__/fileMock.js', -- cgit v1.2.3