From 3ca6354f3206a1c3bee146222a870d5bc56ef26a Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Tue, 12 Apr 2022 05:38:32 -0400 Subject: [PATCH] Add lint command to development doc. (#2129) --- docs/development.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/development.md b/docs/development.md index 0fb82ba9..10e464db 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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