Add lint command to development doc. (#2129)

This commit is contained in:
Jonathan Zernik 2022-04-12 05:38:32 -04:00 committed by GitHub
parent 425203863e
commit 3ca6354f32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,14 @@ You can also run your own squeaknode on your host machine.
cd frontend
make rundev
```
- Lint the frontend code:
```
node_modules/.bin/eslint .
```
or
```
node_modules/.bin/eslint . --fix
```
#### Connect to the containerized squeaknode