Skip to content

Commit b0d7b9d

Browse files
author
Tiko
committed
linting fixes
1 parent b1ec7f3 commit b0d7b9d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/styles/global-css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable prettier/prettier */
2+
// Prettier has been disabled due to a weird bug with the code on line 44
13
import { reset, debug } from 'styled-components-style-utils';
24
import { css, createGlobalStyle } from 'styled-components';
35
import theme, {Typography} from './theme';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable */
2+
// There is no need for typing since this data variable will be obsolete soon
13
export interface BlogpostTemplateProps {
24
data: any;
35
}

0 commit comments

Comments
 (0)