Skip to content

Commit

Permalink
Enable ESLint for xplat/yoga/javascript
Browse files Browse the repository at this point in the history
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
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Jan 4, 2023
1 parent c329191 commit 627255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/just.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 627255c

Please sign in to comment.