Page MenuHomePhabricator

[alias-server] Linting current state of repo
AbandonedPublic

Authored by bytesofman on Mar 29 2023, 17:10.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

T3060

Depends on D13496

Running npx eslint . from web/alias-server and then correcting all resulting lint errors

Since arc lint only lints files that have changed, it's necessary to bring this repo up to a baseline linted standard.

Test Plan

npx eslint . and no errors

Diff Detail