Skip to content

Commit

Permalink
Update eslint-formatter-pretty, remove workarounds for missing defini…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
BendingBender committed Jun 5, 2021
1 parent 354f77d commit 208b2d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@tsd/typescript": "~4.3.2",
"eslint-formatter-pretty": "^4.0.0",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"meow": "^9.0.0",
"path-exists": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion source/lib/formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ export default (diagnostics: Diagnostic[]): string => {
entry.messages.push(diagnostic);
}

// eslint-disable-next-line @typescript-eslint/no-unsafe-call
return String(formatter([...fileMap.values()]));
};
1 change: 0 additions & 1 deletion source/types.d.ts

This file was deleted.

0 comments on commit 208b2d2

Please sign in to comment.