From edf7f6dbbf30b523da19316178e3c20dace577aa Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sat, 28 Sep 2024 21:59:23 +0300 Subject: [PATCH] Fix readonly --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index fbc8f13..8bf1e16 100644 --- a/.eslintrc +++ b/.eslintrc @@ -80,7 +80,7 @@ "vars-on-top": "off" }, "globals": { - "_called": "writable", + "_called": "readonly", "acceptedOTPFields": "readonly", "assertInputFields": "readonly", "assertPasswordChangeFields": "readonly",