parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix lint to catch whitespace problems

acinader opened this issue · comments

things like foo ,bar, if(x), and other white space issues should get caught by lint.

@acinader You could use airbnb-base but that a lot of linter changes would have to be made.

Or we could build the eslintrc.json file with keyword-spacing and comma-spacing

I think bringing it into airbnb-base conformance would be ideal. No recollection of how big a deal that would be though...not sure that just adding one rules one by one is any better than the status quo...