diff --git a/doc/source/developer/javascript.rst b/doc/source/developer/javascript.rst index ae39663e8d..672dc9a1ff 100644 --- a/doc/source/developer/javascript.rst +++ b/doc/source/developer/javascript.rst @@ -170,6 +170,11 @@ variable: # Use a custom zuul: REACT_APP_ZUUL_API="https://zuul.example.com/api/" yarn start +To run eslint tests locally: + +.. code-block:: bash + + yarn lint Deploying ---------