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

Commit

Permalink
Enable deprecated-type rule in www
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gkz authored and facebook-github-bot committed May 24, 2018
1 parent 710919b commit dc9fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/transaction/addEntityToEntityMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*
* @format
* @flow strict-local
* @flow
*/

'use strict';
Expand Down

0 comments on commit dc9fa27

Please sign in to comment.