Skip to content

Commit d1776e9

Browse files
committed
fix lint issues
1 parent 5c64647 commit d1776e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

core/lib/patternlab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ const patternlab_engine = function (config) {
623623
}
624624
}
625625

626-
//render all patterns last, so lineageR works
627-
patternsToBuild.forEach(pattern => renderSinglePattern(pattern, head));
626+
//render all patterns last, so lineageR works
627+
patternsToBuild.forEach(pattern => renderSinglePattern(pattern, head));
628628

629629
// Saves the pattern graph when all files have been compiled
630630
PatternGraph.storeToFile(patternlab);

core/lib/utilities.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"use strict";
22

3-
const fs = require('fs-extra');
4-
const path = require('path');
53
const chalk = require('chalk');
64
const EventEmitter = require('events').EventEmitter;
75

0 commit comments

Comments
 (0)