Go to file
Florian Müllner 8c13e3855e ci: Use node-js script for running eslint
This is unnecessary hard in shell when compared to a proper programming
language. It becomes even easier with a node-js script, as that gives us
access to the underlying ESLint module rather than just the CLI interface.

Besides that, node-js has the added benefit that we don't need to add
more dependencies to the CI image.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1497
2020-11-13 22:32:50 +01:00
.gitlab/issue_templates
.gitlab-ci ci: Use node-js script for running eslint 2020-11-13 22:32:50 +01:00
.settings
data data: Remove unused GSettings key 2020-10-15 19:10:46 +02:00
docs/reference
js appDisplay: don't change grid page on adaptToSize 2020-11-12 16:47:11 +01:00
lint
man
meson
po Update Portuguese translation 2020-11-11 14:29:25 +00:00
src Adapt to pick changes 2020-10-26 13:34:40 +00:00
subprojects extensions-app: Add extension filtering 2020-11-12 22:05:46 +00:00
tests tests/background-size: Remove ClutterActor::paint signal handler usage 2020-10-24 23:21:39 +02:00
tools
.eslintrc.yml
.gitignore
.gitlab-ci.yml ci: Use node-js script for running eslint 2020-11-13 22:32:50 +01:00
.gitmodules
config.h.meson
COPYING
gnome-shell.doap gnome-shell.doap: Mailing list moved to Discouse per #3253 2020-11-02 14:45:13 +01:00
HACKING.md
meson_options.txt
meson.build
NEWS
README.md

GNOME Shell

GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience.

For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see the project wiki.

Bugs should be reported to the GNOME bug tracking system.

Contributing

To contribute, open merge requests at https://gitlab.gnome.org/GNOME/gnome-shell.

Commit messages should follow the GNOME commit message guidelines. We require an URL to either an issue or a merge request in each commit.

License

GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.