87519e323ae85b189a29acc3681b7fb5cec027de
6b4dc0effcb766bcda756104e858e03387c152fc
7f76a971cc27d5789314389c38391b598e511cd6
a0babc3a53f2f9420cc77585c26dbe8d609583a1
9bcdaf8bce2e2ef3ff287f31c7482edc4d7eb936
1f8869ecfa398ad12ee2e026f8fb8156c64f3388
572bedbc3bd8f5c18125b5a37a17a0308a240fca
2284c92970c37445d4f58ee2e8e65b9458962f86
8c9947c258343fdfd5ed35cb8a6d75d30fe75823
793602be16a95f008375b16931d55d40206db69d
601efd457b0fd5da81c1f77d8dc6984ebf055b1f
9709720cbe29121ae6b8a68b21137ab2cb8ae337
17b9ddf200f28ba3b9f3ed157c8b28b556d24aa6
fb8c481b6fc5e7f49ac807eb719611b2121b2ead
54b4014504ad7f088a3b29259f951565ebcc619c
Modernize the coding style to bring it closer to what gjs and upstream are moving towards.
Also import the corresponding eslint configuration.
15 new commits added
cleanup: Mark exported symbols
cleanup: Mark unused arguments as unused
lint: Allow marking variables/arguments as unused
lint: Enforce camelCase
lint: Enforce arrow notation
lint: Require spaces inside braces in object literals
lint: Tweak the whitelist of globals
lint: Import eslint rules from gjs
style: Change indentation of method arguments
style: Stop using braces for single-line arrow functions
style: Use single quotes
style: Change indentation style of object literals
style: Switch switch indent
cleanup: Remove unused parameter
cleanup: Use shorthand in object literals
Pull-Request has been merged by fmuellner
Modernize the coding style to bring it closer to what gjs and upstream are moving towards.
Also import the corresponding eslint configuration.