Enable Flow Strict

This commit is contained in:
Victor Zhou
2019-07-31 22:05:23 -04:00
parent 39dc60b016
commit 0ba0cc9c61
81 changed files with 93 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
// @flow
// @flow strict
export { default as useSiteMetadata } from './use-site-metadata';
export { default as useCategoriesList } from './use-categories-list';
export { default as useTagsList } from './use-tags-list';

View File

@@ -1,4 +1,4 @@
// @flow
// @flow strict
import { useStaticQuery, graphql } from 'gatsby';
const useCategoriesList = () => {

View File

@@ -1,4 +1,4 @@
// @flow
// @flow strict
import { useStaticQuery, graphql } from 'gatsby';
const useSiteMetadata = () => {

View File

@@ -1,4 +1,4 @@
// @flow
// @flow strict
import { useStaticQuery, graphql } from 'gatsby';
const useTagsList = () => {