Fix linting errors.

This commit is contained in:
Aleksander Helgaker
2019-08-25 13:20:50 +02:00
parent 488841cf47
commit fabb799f93
3 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ export type Node = {
category?: string,
tags?: string[],
title: string,
socialImage?: string
},
html: string,
id: string