Skip to content

Commit

Permalink
install eslint globally
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Jul 12, 2024
1 parent 218d82d commit 0e98c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/psibase-contributor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ RUN $CARGO_HOME/bin/cargo install \
cargo-edit \
wasm-tools

RUN npm i -g \
eslint

# Expose ports
## Psinode
EXPOSE 8080
Expand Down

0 comments on commit 0e98c06

Please sign in to comment.