* Centralize @babel/eslint-* tests * Enable linting of @babel/eslint-* test files * Add missing sourceType
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
// @flow
|
|
type Foo = {};
|
|
|
|
const FlowTypeButton = ({ }: Foo) => { };
|