Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
fix: remove no-unused-variable (#41)
Browse files Browse the repository at this point in the history
* fix: remove no-unused-variable

It is marked as deprecated for TS2.9

* Remove unused var only for tsc > 2.9

* fix typo
  • Loading branch information
unional authored Jul 22, 2018
1 parent 3036604 commit f3fa7ec
Show file tree
Hide file tree
Showing 4 changed files with 5,955 additions and 1,104 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ function buildTasks(styles) {
return entries;
}

gulp.task('default', buildTasks(['index', 'standard', 'semi-standard', 'strict']));
gulp.task('default', gulp.parallel(buildTasks(['index', 'standard', 'semi-standard', 'strict'])));
Loading

0 comments on commit f3fa7ec

Please sign in to comment.