mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
Enable Flow Strict
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
const getContactHref = (name: string, contact: string) => {
|
||||
let href;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import getContactHref from './get-contact-href';
|
||||
|
||||
test('getContactHref', () => {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import { ICONS } from '../constants';
|
||||
|
||||
const getIcon = (name: string) => {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
import getIcon from './get-icon';
|
||||
import { ICONS } from '../constants';
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
// @flow
|
||||
// @flow strict
|
||||
export { default as getIcon } from './get-icon';
|
||||
export { default as getContactHref } from './get-contact-href';
|
||||
|
Reference in New Issue
Block a user