mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Add lint command to development doc. (#2129)
This commit is contained in:
parent
425203863e
commit
3ca6354f32
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue