Skip to content
  • Florian Müllner's avatar
    lint: Don't require indent for GObject.registerClass() · d0bc28cd
    Florian Müllner authored
    The function will eventually be replaced with decorators, and we don't
    want to re-indent all GObject class when that happens, so allow class
    declarations with no indent:
    
        GObject.registerClass(
        class Foo extends GObject.Object {
        });
    
    GNOME/gjs!272
    
    [skip eslint] as this will change the eslint outcome.
    d0bc28cd