Skip to content

Commit 50474de

Browse files
committed
chore(patternlab.js): Fix lint issue
1 parent cd071b5 commit 50474de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/lib/patternlab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ function installPlugin(pluginName) {
428428
* @return {object} Returns the object representation of the patternlab-config.json
429429
*/
430430
function getDefaultConfig() {
431-
return defaultConfig
431+
return defaultConfig;
432432
}
433433

434434
const patternlab_engine = function (config) {
@@ -739,7 +739,7 @@ const patternlab_engine = function (config) {
739739
version: function () {
740740
return patternlab.logVersion();
741741
},
742-
742+
743743
/**
744744
* return current version
745745
*

0 commit comments

Comments
 (0)