mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-22 16:09:14 +08:00
fix(build): Run eslint on files inside submodule
This commit is contained in:
parent
d8dd9461c2
commit
b98a3bae60
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ module.exports = (grunt) ->
|
|||
|
||||
eslint:
|
||||
options:
|
||||
ignore: false
|
||||
configFile: 'build/config/eslint.json'
|
||||
target: [
|
||||
'internal_packages/**/*.jsx'
|
||||
|
|
Loading…
Reference in a new issue