Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bloom committed Jun 13, 2018
1 parent 9750645 commit ef433af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pattern-lab--php-twig.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ module.exports = (gulp, config, tasks) => {
);
const plRoot = path.join(config.patternLab.configFile, '../..');
const plSource = path.join(plRoot, plConfig.sourceDir);
const plPublic = path.join(plRoot, plConfig.publicDir);
const plMeta = path.join(plSource, '/_meta');
const consolePath = path.join(plRoot, 'core/console');
const watchTriggeredTasks = [];

Expand Down

0 comments on commit ef433af

Please sign in to comment.