summaryrefslogtreecommitdiff
path: root/.prettierignore
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-11-21 00:50:42 +0000
committerLinus Groh <mail@linusgroh.de>2021-11-21 01:18:23 +0000
commitf538df75729f0fee932c5c2791e48efc5fcaa801 (patch)
treec5706f701e575b33a62bc20e7871535e1fa6d338 /.prettierignore
parent66c06e8efb7c5e2abbf81fdfccaa80f24a4edbe0 (diff)
downloadserenity-f538df75729f0fee932c5c2791e48efc5fcaa801.zip
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.
Diffstat (limited to '.prettierignore')
-rw-r--r--.prettierignore5
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