Skip to content

Add some more eslint rules

Florian Müllner requested to merge fmuellner/gjs:more-lint into master

When setting up eslint for my projects, I import gjs' .eslintrc.json and then add my own modifications in a separate file like this. That way I can make project-specific tweaks while still easily sync with the canonical GNOME style.

Some of those tweaks should be generally useful though, so I think it makes sense to upstream them.

Merge request reports