fix(build): Run eslint on files inside submodule

This commit is contained in:
Ben Gotow 2016-04-24 19:32:37 -05:00
parent d8dd9461c2
commit b98a3bae60

View file

@ -262,6 +262,7 @@ module.exports = (grunt) ->
eslint:
options:
ignore: false
configFile: 'build/config/eslint.json'
target: [
'internal_packages/**/*.jsx'