mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Merge branch 'develop' into api-v3
This commit is contained in:
@@ -7,7 +7,6 @@ import eslint from 'gulp-eslint';
|
||||
// TODO what about prefer-const rule?
|
||||
// TODO remove estraverse dependency once https://github.com/adametry/gulp-eslint/issues/117 sorted out
|
||||
gulp.task('lint:server', () => {
|
||||
// Ignore .coffee files
|
||||
return gulp
|
||||
.src([
|
||||
'./website/src/**/api-v3/**/*.js',
|
||||
@@ -19,4 +18,4 @@ gulp.task('lint:server', () => {
|
||||
.pipe(eslint.failAfterError());
|
||||
});
|
||||
|
||||
gulp.task('lint', ['lint:server']);
|
||||
gulp.task('lint', ['lint:server']);
|
||||
|
||||
Reference in New Issue
Block a user