Merge pull request #2032 from keepassxreboot/feature/add_lint_to_script

Add eslint to scripts
This commit is contained in:
Sami Vänttinen 2023-11-18 22:09:46 +02:00 committed by GitHub
commit 4090b07e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@
"CHECK_UPDATE_ONE_MONTH": true,
"CHECK_UPDATE_ONE_WEEK": true,
"CHECK_UPDATE_THREE_DAYS": true,
"cloneInto": true,
"createResult": true,
"createStylesheet": true,
"DatabaseState": true,

View file

@ -14,6 +14,7 @@
},
"scripts": {
"build": "node build.js",
"lint": "npx eslint keepassxc-browser/**/*.js",
"tests": "npx playwright test"
},
"repository": {