Update eslint

This commit is contained in:
Nicolas Gallagher
2018-12-30 10:39:17 -08:00
parent 8925bf76af
commit 69d1da4560
4 changed files with 93 additions and 119 deletions
@@ -2,12 +2,12 @@
* The MIT License (MIT)
* Copyright (c) 2017 Paul Armstrong
* https://github.com/paularmstrong/react-component-benchmark
* @flow
*/
/* global $Values */
/**
* @flow
*/
/* eslint-disable react/prop-types */
import * as Timing from './timing';
import React, { Component } from 'react';
import { getMean, getMedian, getStdDev } from './math';