Skip to content

Commit edf7f6d

Browse files
author
varjolintu
committed
Fix readonly
1 parent 8754c49 commit edf7f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"vars-on-top": "off"
8181
},
8282
"globals": {
83-
"_called": "writable",
83+
"_called": "readonly",
8484
"acceptedOTPFields": "readonly",
8585
"assertInputFields": "readonly",
8686
"assertPasswordChangeFields": "readonly",

0 commit comments

Comments
 (0)