Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable unsafe addition check in xplat
Summary: With the release of 0.118 Flow now checks for unsafe additions between numbers and null/void. This enables this check in xplat. ```~/fbsource/fbcode/flow/tool add-comments --bin `which flow` --comment="//flowlint-next-line unsafe-addition=off" ~/fbsource/xplat/js``` `js1 test -u __tests__/flowconfig-sync-test.js` Changelog: [Internal] bypass-lint Reviewed By: nmote Differential Revision: D19823403 fbshipit-source-id: 1f059de6c9d973cda11930f1fadb485679d4ecec
- Loading branch information