From 627255c0e44fd9576eb3c7b6b7d79375a0d2f08b Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Tue, 3 Jan 2023 20:00:05 -0800 Subject: [PATCH] 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 --- javascript/just.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/just.config.js b/javascript/just.config.js index b07d151af7..cabc413a33 100644 --- a/javascript/just.config.js +++ b/javascript/just.config.js @@ -28,7 +28,7 @@ const node = process.execPath; option("fix"); -task("clean", cleanTask({paths: ['build', 'dist']})); +task("clean", cleanTask({ paths: ["build", "dist"] })); task( "prepare-for-build",