stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Fix indentation problems #271

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

Codacy found lots of issues with the indentation in the project. See the issues here.

AdamVig commented 7 years ago

Should be able to open each affected file in VS Code and press Cmd + Alt + F to format the file and fix all indentation errors. Run npm run lint (or just eslint) to confirm.