diff options
author | Linus Groh <mail@linusgroh.de> | 2022-08-26 20:03:38 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-26 20:03:38 +0100 |
commit | ed14ca16e5c22fb5d3bfb03f40f969af353bd4f0 (patch) | |
tree | 69b1d8ef8f74f0d7d8389229853d17e236c099a0 /.prettierignore | |
parent | 6989f304bc1f9376c856d6692b098374da25a398 (diff) | |
download | serenity-ed14ca16e5c22fb5d3bfb03f40f969af353bd4f0.zip |
Meta: Remove a couple of files from .prettierignore
These are now formatted just fine and no longer cause errors or
unintended formatting changes.
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.prettierignore b/.prettierignore index 1f03a3f0a1..95fa7d51cf 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 |