diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index b67f5ba..b4b91a0 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -11,4 +11,4 @@ jobs: - name: NPM install run: npm ci - name: Lint - run: npm run lint + run: npm run eslint diff --git a/package.json b/package.json index 7d4b950..502002e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "start": "node scripts/start.js", - "lint": "eslint scripts docs/plugins", + "eslint": "eslint scripts docs/plugins", "update": "node scripts/update-plugins.js", "translations": "node scripts/download-translations.js", "watch": "run() { node ../keeweb/plugins/keeweb-plugin/keeweb-plugin.js watch docs/plugins/$1/ --bump-version --signer-module=../../../keeweb-plugins/scripts/sign; }; run",