From b98a3bae6075e84c3cfe4c843e6434adfea363c7 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 24 Apr 2016 19:32:37 -0500 Subject: [PATCH] fix(build): Run eslint on files inside submodule --- build/Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index e3480934b..33396fa0a 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -262,6 +262,7 @@ module.exports = (grunt) -> eslint: options: + ignore: false configFile: 'build/config/eslint.json' target: [ 'internal_packages/**/*.jsx'