mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
This commit is contained in:
committed by
Andreas Kling
parent
76239f89c2
commit
5122f98198
@@ -13,4 +13,3 @@ test("basic arguments object", () => {
|
||||
expect(bar("hello", "friends", ":^)")).toBe("friends");
|
||||
expect(bar("hello")).toBe(undefined);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user