Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit dc9fa27

Browse files
gkzfacebook-github-bot
authored andcommitted
Enable deprecated-type rule in www
Summary: Enable the rule and remove `flow strict-local` files with violations. (In a previous diff, we dealt with all `flow strict` files with violations). In subsequent diffs will enable in other `.flowconfig`s bypass-lint Reviewed By: wcheng86 Differential Revision: D8124247 fbshipit-source-id: 188da38c1e94c2f006f1b967f7b31a7453fca54e
1 parent 710919b commit dc9fa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/transaction/addEntityToEntityMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
99
* @format
10-
* @flow strict-local
10+
* @flow
1111
*/
1212

1313
'use strict';

0 commit comments

Comments
 (0)