We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab1e42 commit 5d72b75Copy full SHA for 5d72b75
.eslintrc.yml
@@ -175,7 +175,7 @@ rules:
175
no-unused-vars:
176
- error
177
# Vars use a suffix _ instead of a prefix because of file-scope private vars
178
- - varsIgnorePattern: (^unused|Manager|fillPreferencesWindow|enable|disable|init|_$)
+ - varsIgnorePattern: (^unused|Manager|fillPreferencesWindow|enable|disable|init|Extension|_$)
179
argsIgnorePattern: ^(unused|_)
180
no-useless-call: error
181
no-useless-computed-key: error
0 commit comments