Add land-time eslint job

Summary: This will block us from landing eslint-failing tests.

Reviewed By: jknoxville

Differential Revision: D17342861

fbshipit-source-id: a42e3bc3fffe8f24420203f399fb702907069132
This commit is contained in:
Pascal Hartig
2019-09-12 10:09:21 -07:00
committed by Facebook Github Bot
parent 9ee487cf43
commit f41cbcd429

View File

@@ -12,7 +12,7 @@ ROOT_DIR=$(cd "$THIS_DIR" && hg root)
cd "$ROOT_DIR/xplat/sonar"
# Sonar's Electron dependency downloads itself via a post-install script.
# Flipper's Electron dependency downloads itself via a post-install script.
# When running in Sandcastle or devservers, the module install will fail
# because we can't reach the internet. Setting the fwdproxy is dangerous, so
# the next best thing is to install the modules with `--ignore-scripts`.