Merge "Document how to run eslint locally"

This commit is contained in:
Zuul 2019-04-02 20:16:50 +00:00 committed by Gerrit Code Review
commit 37edfe6813
1 changed files with 5 additions and 0 deletions

View File

@ -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
---------