Skip to content

Commit

Permalink
Remove irrelevant override that eliminated strict-local
Browse files Browse the repository at this point in the history
It seems this change was needed when Text.windows.js was imported at one
point or another, but yarn lint is clean now when reverting the @flow
settings to strict-local.

Ran yarn lint to test.

Resolves microsoft#7149
  • Loading branch information
rozele committed Jan 12, 2024
1 parent f8be40d commit a5e60ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vnext/src/Libraries/Text/Text.windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* #7149 should be strict local
* @flow
* @flow strict-local
* @format
*/

Expand Down

0 comments on commit a5e60ae

Please sign in to comment.