From b2527635c9518a2c549e1bd4e4e97b21e26bf783 Mon Sep 17 00:00:00 2001 From: antelle Date: Thu, 13 May 2021 12:13:46 +0200 Subject: [PATCH] npm run eslint --- .github/workflows/ci-checks.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",