Results 112 comments of olfek

🛎️🛎️🛎️ @Sneezry @mymindstorm

@mymindstorm I've added you as a collaborator.

FYI, I've never been a fan of prettier, it's too opinionated. The actual code is important, how it's formatted can always be corrected later.

@mymindstorm I think we're good to go here

@mymindstorm ... After running `prettier` with the `--write` option, I get this from `git diff --stat` : ``` src/store/Accounts.ts | 79 +++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) ```...

@mymindstorm You have collaborator access to my fork, can you take over from here?

@mymindstorm ... > That doesn't seem right, have you tried running `npm run chrome`? It will automatically format it using our configs. I don't think you have any prettier configs...

@mymindstorm ... > When you use prettier outright instead of through npm run, depending on how your system is configured it might use a different version which may have different...

@mymindstorm ... I propose temporarily (or permanently?) suspending the Prettier CI step until you set up a config file.