Enable ESLint for xplat/yoga/javascript

Summary: We enabled this in GitHub already, and this enables ESLint over the directory in Arcanist so changes made from internal will go through the same validation.

Reviewed By: yungsters

Differential Revision: D42321850

fbshipit-source-id: add4676f55977dbc1817a4e94cd4af6124509697
This commit is contained in:
Nick Gerleman
2023-01-03 20:00:05 -08:00
committed by Facebook GitHub Bot
parent c3291912b3
commit 627255c0e4

View File

@@ -28,7 +28,7 @@ const node = process.execPath;
option("fix"); option("fix");
task("clean", cleanTask({paths: ['build', 'dist']})); task("clean", cleanTask({ paths: ["build", "dist"] }));
task( task(
"prepare-for-build", "prepare-for-build",