linkerd2/web/app/js
Kevin Lingerfelt fed1eede8c
Enable no-use-before-define eslint rule (#3925)
This is a follow-up to #3882, which adopted a bunch of new linting rules
in our Javascript codebase. The no-use-before-define rule requires
moving some functions around, so I'm doing it in a separate branch.

Note that I was originally going to also enable the react/sort-comp rule
as part of this branch, but I decided that the sort ordering doesn't
work for our codebase.

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2020-01-17 14:29:54 -08:00
..
components Enable no-use-before-define eslint rule (#3925) 2020-01-17 14:29:54 -08:00
index.js Adopt more common Javascript linting conventions (#3882) 2020-01-08 15:01:16 -08:00