Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smanolloff committed May 27, 2020
1 parent de51eb6 commit 1dcd55a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function formatValue(value: any) {
let content;

if (typeof value === 'string') {
let parsed = tryParseJson(value);
const parsed = tryParseJson(value);
content = (typeof parsed === 'string')
? stringMarkup(parsed)
: _jsonMarkup(parsed);
Expand Down

0 comments on commit 1dcd55a

Please sign in to comment.