filesafe/controllers
Bobby Wibowo 52d336cc45
Updated ESLint rule: curly
No more enforced curly for if/else/for/while/do blocks w/ one statement.

With that said, auto-fixed all JS files to follow the rule.

I'd also like to apologize for the inconveniences this commit cause,
after all it was me who intentionally enforced curly rule back then.

Why the change of heart?
After doing some more non-JS codes recently, I realized it was
pretty stupid of me to enforce that.
2018-12-19 00:01:28 +07:00
..
albumsController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
authController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
permissionController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
tokenController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
uploadController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
utilsController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00