linkerd2/web
Christy Jacob f46f372e08
Refactoring to suppress eslint warnings jsx-a11y/click-events-have-key-events (#3995)
* Refactoring to suppress eslint warnings

Upon enabling jsx-a11y/click-events-have-key-events flag in .eslintrc , a couple of warnings are raised because it is recommended
to provide a onKeyPress, onKeyDown or onKeyUp event handler for every onClick event handler.

The code has been refactored to follow the eslint spec.

Fixes #3926

Signed-off-by: Christy Jacob <christyjacob4@gmail.com>

* Remove jsx-a11y/click-events-have-key-events flag from eslintrc

	* During the review it was reuqested to remove the flag
	* The requested change has been done
2020-02-11 09:28:02 -08:00
..
app Refactoring to suppress eslint warnings jsx-a11y/click-events-have-key-events (#3995) 2020-02-11 09:28:02 -08:00
srv Ensure cache does not store index_bundle.js (#3891) 2020-01-08 09:56:40 -08:00
templates Remove single namespace functionality (#2474) 2019-03-12 00:17:22 -07:00
Dockerfile Use correct go module file syntax (#4021) 2020-02-07 07:58:54 -08:00
main.go Add `as-group` CLI flag (#3952) 2020-01-22 16:38:31 +02:00