OperationXen / cyberpunkCTF

A CTF framework built on python using django, graphql and react
GNU General Public License v3.0
1 stars 0 forks source link

Add prettier! #13

Closed mikeyhogarth closed 5 years ago

mikeyhogarth commented 5 years ago

You've got loads of alignment issues and style inconsistencies: the solution to which is;

https://prettier.io/

There are two parts to this;

Approach would be;

1) Prettify the whole app 2) Put the hook in 3) (optional but awesome) get the plugin so it auto-formats on save

Feel free to close if you don't agree, or also feel free to assign to me and I'll do (1 & 2)

OperationXen commented 5 years ago

I've added the plug in, will apply autoformatting to existing files manually

mikeyhogarth commented 5 years ago

I did you the pre-commit hook if you want it in #18