Skip to content

Commit f9c2f61

Browse files
committed
Document npm run lint in CONTRIBUTING.md
1 parent fae8304 commit f9c2f61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ user interface of those parts as BinderHub is configured to fake those actions.
9797
You can tell you are using the fake builder and launcher from the fact that the
9898
build will never complete.
9999

100+
We use [eslint](https://eslint.org/) to catch errors in our JS, and you can
101+
run it locally with `npm run lint`.
102+
100103
To learn how to set yourself with a BinderHub development environment that lets
101104
you modify the builder and launcher refer to [Develop Kubernetes
102105
integration](#develop-kubernetes-integration) or [Develop Helm

0 commit comments

Comments
 (0)