diff --git a/tasks/gulp-eslint.js b/tasks/gulp-eslint.js index 46aece05a6..5f4f28fd30 100644 --- a/tasks/gulp-eslint.js +++ b/tasks/gulp-eslint.js @@ -23,7 +23,7 @@ const TEST_FILES = [ './test/**/*.js', // @TODO remove these negations as the test files are cleaned up. '!./test/api-legacy/**/*', - '!./test/api/**/*', + '!./test/api/v2/**/*', '!./test/common/simulations/**/*', '!./test/content/**/*', '!./test/e2e/**/*',