mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-23 00:19:58 +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:
|
eslint:
|
||||||
options:
|
options:
|
||||||
|
ignore: false
|
||||||
configFile: 'build/config/eslint.json'
|
configFile: 'build/config/eslint.json'
|
||||||
target: [
|
target: [
|
||||||
'internal_packages/**/*.jsx'
|
'internal_packages/**/*.jsx'
|
||||||
|
|
Loading…
Reference in a new issue