Skip to content

Commit 91ab4cc

Browse files
committed
Fix lint
1 parent 6c6ca71 commit 91ab4cc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

gulpfile.babel.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ const paths = {
1212
tests: './server/tests/*.js'
1313
};
1414

15-
const options = {
16-
codeCoverage: {
17-
reporters: ['lcov', 'text-summary'],
18-
thresholds: {
19-
global: { statements: 80, branches: 80, functions: 80, lines: 80 }
20-
}
21-
}
22-
};
23-
2415
// Clean up dist and coverage directory
2516
gulp.task('clean', () =>
2617
del(['dist/**', 'coverage/**', '!dist', '!coverage'])

0 commit comments

Comments
 (0)