From 84302adfa197ac6a845a8c8d42284eaeacbba5a0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 17 Nov 2022 22:38:05 +0200 Subject: [PATCH] Add missing semicolon --- .eslintrc.json | 3 ++- test/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 11f1d28..8342841 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,6 +16,7 @@ "object": true, "array": false } - ] + ], + "semi": "error" } } diff --git a/test/index.js b/test/index.js index 2dac6b5..1a57876 100644 --- a/test/index.js +++ b/test/index.js @@ -28,7 +28,7 @@ hugoLibCustomRepoTestSuite.before.each(() => { hugoLibCustomRepoTestSuite('verify test env', () => { assert.equal(process.env.npm_config_hugo_bin_build_tags, undefined); assert.equal(process.env.npm_config_hugo_bin_download_repo, undefined); -}) +}); // Default Repository - Test Cases