Skip to content
Merged
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 .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
docker:
if: false # Temporarily disabled, not sure if kept alive
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions config/cli/lint-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dim() {
echo "${DIM}$1${NOCOLOR}"
}

dim "> eslint --config ./config/eslint.config.mjs ."
dim "> eslint --config ./eslint.config.mjs ."

blue "[Lint]${NOCOLOR} checking..."

Expand All @@ -34,7 +34,7 @@ if [ -z "$FILESCHANGED" ]; then
exit
fi

eslint --config ./config/eslint.config.mjs $FILESCHANGED
eslint --config ./eslint.config.mjs $FILESCHANGED

RETURN_CODE=$?

Expand Down
200 changes: 0 additions & 200 deletions config/eslint.config.mjs

This file was deleted.

Loading
Loading