npm run eslint

This commit is contained in:
antelle 2021-05-13 12:13:46 +02:00
parent b98a4960d9
commit b2527635c9
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ jobs:
- name: NPM install
run: npm ci
- name: Lint
run: npm run lint
run: npm run eslint

View File

@ -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",