mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(lint): allow console logging during Gulp tasks
This commit is contained in:
parent
dc8c40c613
commit
d7d7f82723
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable no-console */
|
||||
|
||||
import gulp from 'gulp';
|
||||
import path from 'path';
|
||||
import babel from 'gulp-babel';
|
||||
|
|
|
|||
Loading…
Reference in a new issue