We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ec7f3 commit b0d7b9dCopy full SHA for b0d7b9d
src/styles/global-css.ts
@@ -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
3
import { reset, debug } from 'styled-components-style-utils';
4
import { css, createGlobalStyle } from 'styled-components';
5
import theme, {Typography} from './theme';
src/templates/BlogpostTemplate.types.ts
+/* eslint-disable */
+// There is no need for typing since this data variable will be obsolete soon
export interface BlogpostTemplateProps {
data: any;
}
0 commit comments