Skip to content

Commit

Permalink
fix(*): lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed Sep 24, 2020
1 parent 614f50f commit 9989b0b
Show file tree
Hide file tree
Showing 3 changed files with 8,673 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulp-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function createTasks(packageName, options = {}) {
const tsProjectSettings = { declaration: true };

if (options.tsCompiler) {
// eslint-disable-next-line import/no-dynamic-require,global-require
tsProjectSettings.typescript = require(options.tsCompiler);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "library-utils",
"version": "3.0.3",
"version": "3.1.0",
"description": "Utils for component libraries processing and compilation",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9989b0b

Please sign in to comment.