style: autoformat/lint the codebase

This commit is contained in:
Jean-Philippe Sirois
2019-10-07 07:21:54 -04:00
parent 153295f543
commit 583b7ea61a
14 changed files with 134 additions and 134 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ interface IMarkdownProps {
This component is used as a wrapper around Markdown generated content,
mainly to provide styles to the html generated.
*/
export const Markdown: FC<IMarkdownProps> = ({
content,
...restProps
}) => {
export const Markdown: FC<IMarkdownProps> = ({ content, ...restProps }) => {
useEffect(() => {
Prism.highlightAll()
}, [])