filesafe/public/js
Bobby Wibowo ed7612bd89
Fix .eslintrc.json for client-side JS files
I can't remember why I extended the config with "eslint:recommended" instead of "standard" back then. I know I wanted to force an older ecmaversion, but even then it would still work just fine with standard.
I've fixed it now to use standard. I've also applied auto-fix to dashboard.js and home.js, which fixed some stray or missing whitespaces, as well as the indenting of case's inside switch statement.
2018-09-07 22:02:04 +07:00
..
.eslintrc.json Fix .eslintrc.json for client-side JS files 2018-09-07 22:02:04 +07:00
album.js Initial commit at browser-ecma6 branch 2018-07-14 10:42:18 +07:00
auth.js Init 'browser-ecma5' branch (#7) 2018-09-04 22:49:37 +07:00
dashboard.js Fix .eslintrc.json for client-side JS files 2018-09-07 22:02:04 +07:00
home.js Fix .eslintrc.json for client-side JS files 2018-09-07 22:02:04 +07:00