Add eslint to script

This commit is contained in:
varjolintu 2023-11-18 17:44:28 +02:00
parent a4dfe0f7b7
commit 40f24da18d
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": {