Page MenuHomePhabricator

[landing] [chore] [ENG-1010] add disable comments in webpack config
AbandonedPublic

Authored by benschac on Apr 15 2022, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 30, 5:02 PM
Unknown Object (File)
Thu, Jan 30, 8:57 AM
Unknown Object (File)
Sun, Jan 19, 8:23 PM
Unknown Object (File)
Jan 6 2025, 6:25 PM
Unknown Object (File)
Dec 31 2024, 9:17 AM
Unknown Object (File)
Dec 29 2024, 8:23 PM
Unknown Object (File)
Nov 30 2024, 1:02 PM
Unknown Object (File)
Nov 30 2024, 9:14 AM

Details

Summary

Currently, if you're using vscode and want to edit this file you'll see red swiggles everywhere. we should disable flow here if were not checking it.

https://linear.app/comm/issue/ENG-1010/webpack-linting-chore

Test Plan

everything still works as expected.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

benschac retitled this revision from [landing] [chore] add disable comments in webpack config to [landing] [chore] [ENG-1010] add disable comments in webpack config.Apr 15 2022, 1:58 PM

Is there a way we can modify the ESLint config to handle this instead of adding these eslint-disable comments?

This revision is now accepted and ready to land.Apr 18 2022, 11:02 AM

Per @atul's comment, we can ignore entire files from the config, which is done in this diff: https://phabricator.ashoat.com/D3761

closing this diff in favor of 3761