1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 23:37:35 +00:00

CI: Bump prettier to latest version (2.4.1)

We didn't initially upgrade because it started to (incorrectly) see
files as strict mode and chokes on things that then would be syntax
errors - but we're starting to fall behind a bit, so I'd rather put
these files on the ignore list instead.
This commit is contained in:
Linus Groh 2021-11-21 00:50:42 +00:00
parent 66c06e8efb
commit f538df7572
3 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,8 @@
Base/home/anon/Source/js
Userland/Libraries/LibJS/Tests/builtins/Object/Object.prototype.toString.js
Userland/Libraries/LibJS/Tests/eval-aliasing.js
Userland/Libraries/LibJS/Tests/if-statement-function-declaration.js
Userland/Libraries/LibJS/Tests/invalid-lhs-in-assignment.js
Userland/Libraries/LibJS/Tests/operators/delete-global-variable.js
Userland/Libraries/LibJS/Tests/operators/delete-local-variable.js
Userland/Libraries/LibJS/Tests/unicode-identifier-escape.js