gnome-shell/js
Florian Müllner 55235c2552 style: Avoid trailing commas in array destructuring
When destructuring multiple return values, we often use trailing commas
to indicate that there are additional elements that we are ignoring.

There isn't anything inherently wrong with that, but it's a style that's
too confusing for eslint - on the one hand we require a space after a
comma, on the other hand we require no space before closing brackets.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/607
2019-07-01 23:44:11 +02:00
..
extensionPrefs cleanup: Use rest parameters instead of arguments 2019-07-01 23:44:10 +02:00
gdm style: Use space after catch 2019-07-01 23:44:11 +02:00
misc style: Use space after catch 2019-07-01 23:44:11 +02:00
perf cleanup: Remove unused variables 2019-07-01 23:44:10 +02:00
portalHelper cleanup: Remove unused variables 2019-07-01 23:44:10 +02:00
ui style: Avoid trailing commas in array destructuring 2019-07-01 23:44:11 +02:00
js-resources.gresource.xml accessibility: Add pointer accessibility support 2019-06-06 09:13:29 +02:00
meson.build build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
portal-resources.gresource.xml build: Include params.js in portal-helper gresources 2018-10-23 15:38:31 +00:00
prefs-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00