From ebff71f77a4ef80d5fbc3919befd46039c0ea9ba Mon Sep 17 00:00:00 2001 From: f0x52 Date: Thu, 10 Nov 2022 14:08:54 +0100 Subject: [chore/frontend] CI steps for frontend stuff (#997) * re-add eslint * fix oauth url getting too long * actually attach single emoji get and delete routes * basic emoji details + deletion using rtk query * refactor emoji upload to rtk query * clean up old redux api+reducers for custom emoji * fix validation order * refactor custom emoji form fields * remove unused requires * cleanup, fix most eslint errors * more small eslint fixes * eslint & web bundle in CI * fix directories, move lint+build to scripts * working dirs * test linter and build errors * upgrade skulk for better error handling * Revert "test linter and build errors" This reverts commit dc047d5b444c41a90209d02bb4ed4893ccf0885f. * fix max emoji size * tiny bit of function documentation * sign drone.yml Co-authored-by: tsmethurst --- web/source/.eslintignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/source/.eslintignore (limited to 'web/source/.eslintignore') diff --git a/web/source/.eslintignore b/web/source/.eslintignore new file mode 100644 index 000000000..b512c09d4 --- /dev/null +++ b/web/source/.eslintignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file -- cgit v1.3