diff options
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index ad481c8ac4..1f03a3f0a1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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 |