gnome-shell/lint
Florian Müllner 2a041e9d8d lint: Enforce consistent return
While all javascript functions have a return value - either an explicit
one from a return statement, or an implicit "undefined" - mixing both in
the same function is almost certainly an oversight, and more often than
not a bug.

Enable the corresponding eslint rule to catch those errors.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/635
2019-07-22 13:18:55 +00:00
..
eslintrc-gjs.json lint: Import eslint rules from gjs 2019-07-12 16:01:07 +00:00
eslintrc-legacy.json lint: Add "legacy" configuration 2019-07-12 16:01:07 +00:00
eslintrc-shell.json lint: Enforce consistent return 2019-07-22 13:18:55 +00:00