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": {