Is there a sneaky method of extending/enabling/disabling certain rules on the Glitch editor lint process? I have a project which uses TSX extensions and it uses decorators e.g. @Something
which isn’t understood by the linter. The project still compiles and works etc, but for new users remixing the project they might get thrown by these errors appearing.
Thanks in advance!