Skip to content

Commit

Permalink
style: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 28, 2024
1 parent a658113 commit 0f664f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Linter.Severity, string>;

const severities: SeverityMap = {
0: 'debug',
Expand Down

0 comments on commit 0f664f0

Please sign in to comment.