diff --git a/src/ServicePulse.Host/vue/.eslintrc.cjs b/src/ServicePulse.Host/vue/.eslintrc.cjs index d9b6c417a4..10b036cdad 100644 --- a/src/ServicePulse.Host/vue/.eslintrc.cjs +++ b/src/ServicePulse.Host/vue/.eslintrc.cjs @@ -28,5 +28,6 @@ module.exports = { eqeqeq: ["error", "smart"], "unused-imports/no-unused-imports": "error", "import/no-duplicates": "error", + "no-throw-literal": "error", }, }; diff --git a/src/ServicePulse.Host/vue/src/components/configuration/PlatformLicense.vue b/src/ServicePulse.Host/vue/src/components/configuration/PlatformLicense.vue index d63393cb2c..2ffeb242b2 100644 --- a/src/ServicePulse.Host/vue/src/components/configuration/PlatformLicense.vue +++ b/src/ServicePulse.Host/vue/src/components/configuration/PlatformLicense.vue @@ -1,8 +1,8 @@