Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions all-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ RUN curl -sSLo node.txz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_V
jsonlint \
less \
markdownlint-cli \
oxlint \
pug-cli \
pyright \
sass-lint \
Expand Down
1 change: 1 addition & 0 deletions all-tools/check-tools
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ echo "--- Installed tools ---" \
&& echo "javascript-eslint: $(eslint --version)" \
&& echo "javascript-jshint: $(jshint --version 2>&1)" \
&& echo "javascript-standard: standard $(standard --version) semistandard $(semistandard --version)" \
&& echo "javascript-oxlint: $(oxlint --version)" \
&& echo "jscs: $(jscs --version)" \
&& echo "json-jsonlint: $(jsonlint --version)" \
&& echo "json-python-json: $(python --version 2>&1)" \
Expand Down