mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
Meta: Upgrade prettier to version 3.6.2
This version is installed by default nowadays and has slight differences from 3.3.3.
This commit is contained in:
parent
019c529c07
commit
583164e412
Notes:
github-actions[bot]
2025-10-31 23:56:44 +00:00
Author: https://github.com/trflynn89
Commit: 583164e412
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6654
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint-code.yml
vendored
2
.github/workflows/lint-code.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Install JS Dependencies
|
||||
shell: bash
|
||||
run: npm install -g prettier@3.3.3
|
||||
run: npm install -g prettier@3.6.2
|
||||
|
||||
- name: Lint
|
||||
run: ${{ github.workspace }}/Meta/lint-ci.sh
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ test("currying", () => {
|
|||
|
||||
test("with comma operator", () => {
|
||||
let foo, bar;
|
||||
(foo = bar), baz => {};
|
||||
((foo = bar), baz => {});
|
||||
expect(foo).toBe(undefined);
|
||||
expect(bar).toBe(undefined);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue