cleanup: Remove unused eslint-disable directives
The 'camelcase' rule only applies to variables and properties, not to function names are getter/setter. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/413>
This commit is contained in:
committed by
Marge Bot
parent
3a76b9eec4
commit
9e11ec9940
@@ -433,12 +433,10 @@ class BaseButton extends DashItemContainer {
|
||||
return this._button.has_style_class_name('focused');
|
||||
}
|
||||
|
||||
// eslint-disable-next-line camelcase
|
||||
get ignore_workspace() {
|
||||
return this._ignoreWorkspace;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line camelcase
|
||||
set ignore_workspace(ignore) {
|
||||
if (this._ignoreWorkspace === ignore)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user