Add eslint-plugin-flowtype

This commit is contained in:
Nicolas Gallagher
2020-05-06 18:08:55 -07:00
parent ff6109ec1c
commit cecacbc3ac
11 changed files with 62 additions and 43 deletions
@@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule MultiColumnExample
* @noflow
*/
'use strict';
@@ -3,6 +3,8 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @noflow
*/
'use strict';
@@ -3,6 +3,8 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @noflow
*/
'use strict';
@@ -1,3 +1,7 @@
/**
* @noflow
*/
import React from 'react';
import { styles } from '../helpers';
import { Text, TextInput, View } from 'react-native';