ci: use --ext .js . instead of explicit file paths
Lint / JS (eslint) (push) Successful in 8s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-14 00:18:32 -04:00
parent 1d33e261dc
commit 1b0ea8b648
+1 -1
View File
@@ -17,4 +17,4 @@ jobs:
run: npm install --save-dev eslint@8 run: npm install --save-dev eslint@8
- name: Run ESLint - name: Run ESLint
run: npx eslint server.js "public/base.js" "worker/worker.js" run: npx eslint --ext .js .