mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add eslint to script
This commit is contained in:
parent
a4dfe0f7b7
commit
40f24da18d
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"lint": "npx eslint keepassxc-browser/**/*.js",
|
||||
"tests": "npx playwright test"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue