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