Document how to run eslint locally

This is not documented in the javascript page.

Change-Id: I19c104edb87b50552a99d4c400219b5bd055630a
This commit is contained in:
Tobias Henkel 2019-03-31 10:12:08 +02:00
parent 5b7c278eb2
commit 247fd3dd62
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
---------