diem / explorer

Apache License 2.0
6 stars 12 forks source link

Fix the autoformatter producing indentation that the linter rejects #123

Closed mkollasch-vmware closed 2 years ago

mkollasch-vmware commented 2 years ago

When there's a multiline ternary operator, the following command fails:

make fmt && make lint

Currently, this results in lint failures in AccountPage.tsx and AnalyticsClient.ts.

Adjust either the autoformatter rules or the linter rules to ensure that they agree.