Skip to content

Commit

Permalink
Merge pull request #40 from gofractally/add-eslint
Browse files Browse the repository at this point in the history
install eslint globally
  • Loading branch information
James-Mart committed Jul 12, 2024
2 parents 4d9b164 + 0e98c06 commit 55fcc91
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 @@ -96,6 +96,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 55fcc91

Please sign in to comment.