From ed14ca16e5c22fb5d3bfb03f40f969af353bd4f0 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 26 Aug 2022 20:03:38 +0100 Subject: [PATCH] Meta: Remove a couple of files from .prettierignore These are now formatted just fine and no longer cause errors or unintended formatting changes. --- .prettierignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.prettierignore b/.prettierignore index 1f03a3f0a17..95fa7d51cfd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,8 +1,3 @@ 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