Commit 8650220
Fix ESLint and Typescript-ESLint disagreeing about function spacing (#33453)
Summary:
Fixes #33452 by replacing deprecated no-spaced-func ESLint rule and adding related TypeScript.
Changelog: [General][Fixed] - Update function spacing linting rules
See #33452 - Existing function spacing linting should pass as expected.
## Changelog
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->
[CATEGORY] [TYPE] - Message
Pull Request resolved: #33453
Reviewed By: lunaleaps, cortinico
Differential Revision: D35011944
Pulled By: GijsWeterings
fbshipit-source-id: 441650045d89a01a9114103da0c080643f9cb82c1 parent 864a8c1 commit 8650220
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
260 | | - | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
0 commit comments