diff --git a/tasks/gulp-eslint.js b/tasks/gulp-eslint.js index f559c4433c..13fe2281e1 100644 --- a/tasks/gulp-eslint.js +++ b/tasks/gulp-eslint.js @@ -19,7 +19,6 @@ const TEST_FILES = [ './test/**/*.js', // @TODO remove these negations as the test files are cleaned up. '!./test/api-legacy/**/*', - '!./test/api/**/*', '!./test/common/simulations/**/*', '!./test/content/**/*', '!./test/e2e/**/*',