chore: Switch to custom eslint-config

This commit is contained in:
Blade Barringer
2016-04-14 08:10:12 -05:00
parent e70add1ac4
commit 10936d9a4d
10 changed files with 68 additions and 208 deletions

View File

@@ -338,7 +338,6 @@ gulp.task('test:api-v2:safe', ['test:prepare:server'], (done) => {
gulp.task('test:all', (done) => {
runSequence(
'lint',
'test:e2e:safe',
'test:common:safe',
'test:content:safe',