mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +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:
parent
76239f89c2
commit
5122f98198
24 changed files with 100 additions and 79 deletions
|
@ -1,5 +1,5 @@
|
|||
test("basic with statement functionality", () => {
|
||||
var object = { "foo": 5, "bar": 6, "baz": 7 };
|
||||
var object = { foo: 5, bar: 6, baz: 7 };
|
||||
var qux = 1;
|
||||
|
||||
var bar = 99;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue