Skip to content

Commit 230b0bb

Browse files
author
varjolintu
committed
Modify .eslintrc
1 parent 54757b6 commit 230b0bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.eslintrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"importScripts": true,
121121
"IMPROVED_DETECTION_PREDEFINED_SITELIST": true,
122122
"initColorTheme": true,
123-
"initializeHttpAuthLoginList": true,
124-
"initializeLoginList": true,
123+
"initializeHttpAuthLoginList": "readonly",
124+
"initializeLoginList": "readonly",
125125
"isEdge": true,
126126
"isFirefox": true,
127127
"keepass": true,
@@ -164,12 +164,12 @@
164164
"ORANGE_BUTTON": true,
165165
"page": true,
166166
"Pixels": true,
167-
"PopupIcon": true,
168-
"PopupState": true,
167+
"PopupIcon": "readonly",
168+
"PopupState": "readonly",
169169
"PREDEFINED_SITELIST": true,
170-
"PublicKeyCredential": true,
170+
"PublicKeyCredential": "readonly",
171171
"RED_BUTTON": true,
172-
"removeAllChildren": true,
172+
"removeAllChildren": "readonly",
173173
"retrieveColorScheme": true,
174174
"sendMessage": true,
175175
"showNotification": true,

0 commit comments

Comments
 (0)