From 40f24da18def52abd02fb15c15ac4bbb3dab35ea Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sat, 18 Nov 2023 17:44:28 +0200 Subject: [PATCH] Add eslint to script --- .eslintrc | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintrc b/.eslintrc index 01a3c1f..d72b6b9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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, diff --git a/package.json b/package.json index 9cc9c94..ef14588 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "scripts": { "build": "node build.js", + "lint": "npx eslint keepassxc-browser/**/*.js", "tests": "npx playwright test" }, "repository": {