You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-10-16 12:14:26 -04:00
Add missing semicolon
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
"object": true,
|
"object": true,
|
||||||
"array": false
|
"array": false
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"semi": "error"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -28,7 +28,7 @@ hugoLibCustomRepoTestSuite.before.each(() => {
|
|||||||
hugoLibCustomRepoTestSuite('verify test env', () => {
|
hugoLibCustomRepoTestSuite('verify test env', () => {
|
||||||
assert.equal(process.env.npm_config_hugo_bin_build_tags, undefined);
|
assert.equal(process.env.npm_config_hugo_bin_build_tags, undefined);
|
||||||
assert.equal(process.env.npm_config_hugo_bin_download_repo, undefined);
|
assert.equal(process.env.npm_config_hugo_bin_download_repo, undefined);
|
||||||
})
|
});
|
||||||
|
|
||||||
// Default Repository - Test Cases
|
// Default Repository - Test Cases
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user