The Wayback Machine - https://web.archive.org/web/20210903215413/https://github.com/microsoft/react-native-windows/pull/5980
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TypeScript eslint Config #5980

Merged
merged 5 commits into from Sep 21, 2020
Merged

Conversation

@NickGerleman
Copy link
Contributor

@NickGerleman NickGerleman commented Sep 13, 2020

I discovered that the recent change I made to use new plugins was only functioning on tsx files due to an invalid glob. I fixed that, fixed a couple more usages, and discovered VSCode will actually correctly resolve monorepo eslint config files, letting us avoid the dual configs and getting full eslint coverage in VSCode.

Microsoft Reviewers: Open in CodeFlow
@NickGerleman NickGerleman requested a review from microsoft/react-native-windows-write as a code owner Sep 13, 2020
ControlStyleTestPage.toggleControlBorder();
const result = ControlStyleTestPage.getTreeDumpResult();
const result = await ControlStyleTestPage.getTreeDumpResult();

This comment has been minimized.

@NickGerleman

NickGerleman Sep 13, 2020
Author Contributor

It looks like fixing the broken 100ms wait leads to this no longer working. Not sure if we should remove the wait or what is going on here quite yet.

This comment has been minimized.

@dannyvv

dannyvv Sep 14, 2020
Member

@asklar: Maybe he knows...


In reply to: 487580996 [](ancestors = 487580996)

Copy link
Member

@dannyvv dannyvv left a comment

:shipit:

@NickGerleman NickGerleman merged commit 2df3273 into microsoft:master Sep 21, 2020
32 checks passed
32 checks passed
@azure-pipelines
PR Build #RNW_0.0.0-canary.167 succeeded
Details
@azure-pipelines
PR (Desktop PR ARM64Debug) Desktop PR ARM64Debug succeeded
Details
@azure-pipelines
PR (Desktop PR ARM64Release) Desktop PR ARM64Release succeeded
Details
@azure-pipelines
PR (Desktop PR X64Debug) Desktop PR X64Debug succeeded
Details
@azure-pipelines
PR (Desktop PR X64Release) Desktop PR X64Release succeeded
Details
@azure-pipelines
PR (Desktop PR X86Debug) Desktop PR X86Debug succeeded
Details
@azure-pipelines
PR (Desktop PR X86Release) Desktop PR X86Release succeeded
Details
@azure-pipelines
PR (E2E Test) E2E Test succeeded
Details
@azure-pipelines
PR (JavaScript Checks) JavaScript Checks succeeded
Details
@azure-pipelines
PR (Sample Apps PR ArmRelease) Sample Apps PR ArmRelease succeeded
Details
@azure-pipelines
PR (Sample Apps PR X64Release) Sample Apps PR X64Release succeeded
Details
@azure-pipelines
PR (Sample Apps PR X86Debug) Sample Apps PR X86Debug succeeded
Details
@azure-pipelines
PR (Setup) Setup succeeded
Details
@azure-pipelines
PR (Universal Other Projects PR X64Release) Universal Other Projects PR X64Release succeeded
Details
@azure-pipelines
PR (Universal Other Projects PR X86Debug) Universal Other Projects PR X86Debug succeeded
Details
@azure-pipelines
PR (Universal PR ArmRelease) Universal PR ArmRelease succeeded
Details
@azure-pipelines
PR (Universal PR X64Release) Universal PR X64Release succeeded
Details
@azure-pipelines
PR (Universal PR X86Debug) Universal PR X86Debug succeeded
Details
@azure-pipelines
PR (Verify react-native init ArmReleaseCpp) Verify react-native init ArmReleaseCpp succeeded
Details
@azure-pipelines
PR (Verify react-native init ArmReleaseCs) Verify react-native init ArmReleaseCs succeeded
Details
@azure-pipelines
PR (Verify react-native init WinUI3_X86DebugCpp) Verify react-native init WinUI3_X86DebugCpp succeeded
Details
@azure-pipelines
PR (Verify react-native init WinUI3_X86DebugCs) Verify react-native init WinUI3_X86DebugCs succeeded
Details
@azure-pipelines
PR (Verify react-native init X64ReleaseCpp) Verify react-native init X64ReleaseCpp succeeded
Details
@azure-pipelines
PR (Verify react-native init X64ReleaseCs) Verify react-native init X64ReleaseCs succeeded
Details
@azure-pipelines
PR (Verify react-native init X86DebugCpp) Verify react-native init X86DebugCpp succeeded
Details
@azure-pipelines
PR (Verify react-native init X86DebugCppLib) Verify react-native init X86DebugCppLib succeeded
Details
@azure-pipelines
PR (Verify react-native init X86DebugCs) Verify react-native init X86DebugCs succeeded
Details
@azure-pipelines
PR (Verify react-native init X86DebugCsLib) Verify react-native init X86DebugCsLib succeeded
Details
@azure-pipelines
PR (Verify react-native init experimental cpp) Verify react-native init experimental cpp succeeded
Details
@azure-pipelines
PR (Verify react-native init experimental cs) Verify react-native init experimental cs succeeded
Details
@azure-pipelines
PR (WinUI3 Playground X86) WinUI3 Playground X86 succeeded
Details
@microsoft-cla
license/cla All CLA requirements met.
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants