From 40d9c352aba5351c7a55a63e5bc0508141f51224 Mon Sep 17 00:00:00 2001 From: devlinjunker Date: Wed, 8 Jun 2022 23:55:37 -0700 Subject: [Vue Rewrite] Fix CI Jobs (#1816) * attempt to fix linting Signed-off-by: Devlin Junker * working linting/stylelint Signed-off-by: Devlin Junker * fix npm build Signed-off-by: Devlin Junker * working with node 16 and npm build Signed-off-by: Devlin Junker * fix linting Signed-off-by: Devlin Junker * add @babel/eslint-parser Signed-off-by: Devlin Junker * remove babel-eslint Signed-off-by: Devlin Junker * use node 16 in lint Signed-off-by: Devlin Junker * proper syntax Signed-off-by: Devlin Junker * fix syntax Signed-off-by: Devlin Junker * update version Signed-off-by: Devlin Junker * attempt to undo indentation changes Signed-off-by: Devlin Junker * revert indentation on css and update stylelint rule for now (for simpler PR) Signed-off-by: Devlin Junker * revert indentation changes in vue/js files and update eslint to pass this (for now) Signed-off-by: Devlin Junker * try to cleanup disabled rules Signed-off-by: Devlin Junker * remove last disabled rules in js files Signed-off-by: Devlin Junker * add basic changelog Signed-off-by: Devlin Junker * update calendar-js to 3.0 Signed-off-by: Devlin Junker * remove npm test with TODO (this will fail CI) and remove calendar-js dependency Signed-off-by: Devlin Junker --- css/shortcuts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/shortcuts.css') diff --git a/css/shortcuts.css b/css/shortcuts.css index 64e18a7cf..5678b74b0 100644 --- a/css/shortcuts.css +++ b/css/shortcuts.css @@ -1,5 +1,5 @@ -#app-shortcuts { -} +// #app-shortcuts { +// } #app-shortcuts table { border-collapse: collapse; -- cgit v1.2.3