From 0f664f0dcb24acaa9ded1908115f554986273a59 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Thu, 28 Nov 2024 08:19:02 +0200 Subject: [PATCH] style: fix linting errors --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 30e8b45..133e428 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ import stylish from 'eslint-formatter-stylish'; import json from 'eslint-formatter-json'; import { issueCommand } from './command'; -type SeverityMap = { [key in Linter.Severity]: string }; +type SeverityMap = Record; const severities: SeverityMap = { 0: 'debug',