From 350446b5227d4209ceca2460fc6aab259eeac08d Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" <1446020+mnlipp@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:12:29 +0100 Subject: [PATCH] Bugfix/ts style2 (#18) --- .eslintrc.json | 2 +- org.jdrupes.vmoperator.vmconlet/.eslintignore | 1 + org.jdrupes.vmoperator.vmconlet/rollup.config.mjs | 2 +- .../jdrupes/vmoperator/vmconlet/browser/VmConlet-style.scss | 3 +-- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 org.jdrupes.vmoperator.vmconlet/.eslintignore diff --git a/.eslintrc.json b/.eslintrc.json index 102ee0d..943329e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,6 +11,6 @@ } ] }, - "ignorePatterns": ["src/**/*.test.ts", "build/**"] + "ignorePatterns": ["src/**/*.test.ts", "build/**/*"] } diff --git a/org.jdrupes.vmoperator.vmconlet/.eslintignore b/org.jdrupes.vmoperator.vmconlet/.eslintignore new file mode 100644 index 0000000..139d3ee --- /dev/null +++ b/org.jdrupes.vmoperator.vmconlet/.eslintignore @@ -0,0 +1 @@ +rollup.config.mjs diff --git a/org.jdrupes.vmoperator.vmconlet/rollup.config.mjs b/org.jdrupes.vmoperator.vmconlet/rollup.config.mjs index f1273ad..83964f7 100644 --- a/org.jdrupes.vmoperator.vmconlet/rollup.config.mjs +++ b/org.jdrupes.vmoperator.vmconlet/rollup.config.mjs @@ -16,7 +16,7 @@ let pathsMap = { } export default { - external: ['vue', 'aash-plugin', 'jgconsole', 'jgwc', 'l10nBundles'], + external: ['aash-plugin', 'jgconsole', 'jgwc', 'l10nBundles', 'vue', 'chartjs'], input: "src/" + packagePath + "/browser/" + baseName + "-functions.ts", output: [ { diff --git a/org.jdrupes.vmoperator.vmconlet/src/org/jdrupes/vmoperator/vmconlet/browser/VmConlet-style.scss b/org.jdrupes.vmoperator.vmconlet/src/org/jdrupes/vmoperator/vmconlet/browser/VmConlet-style.scss index fcb54e1..8f85eb6 100644 --- a/org.jdrupes.vmoperator.vmconlet/src/org/jdrupes/vmoperator/vmconlet/browser/VmConlet-style.scss +++ b/org.jdrupes.vmoperator.vmconlet/src/org/jdrupes/vmoperator/vmconlet/browser/VmConlet-style.scss @@ -39,8 +39,7 @@ .jdrupes-vmoperator-vmconlet-view-search { display: flex; - - justify-content: flex-end + justify-content: flex-end; form { white-space: nowrap;