LibJS: Remove files from .prettierignore

.prettierignore had files listed for an issue with 'using' declarations,
this is no longer an issue for prettier (tested on 3.6.2).
This commit is contained in:
Adam Patterson
2025-10-02 09:52:42 -07:00
committed by Tim Flynn
parent 52009170da
commit 0eac4cc6ad
Notes: github-actions[bot] 2025-10-09 19:53:12 +00:00
3 changed files with 33 additions and 19 deletions

View File

@@ -3,10 +3,7 @@ Libraries/LibJS/Tests/unicode-identifier-escape.js
Libraries/LibJS/Tests/modules/failing.mjs
# FIXME: Remove once prettier is updated to support using declarations.
Libraries/LibJS/Tests/builtins/DisposableStack/DisposableStack.prototype.@@dispose.js
Libraries/LibJS/Tests/modules/top-level-dispose.mjs
Libraries/LibJS/Tests/using-declaration.js
Libraries/LibJS/Tests/using-for-loops.js
Tests/LibWeb/Crash/wpt-import/
Tests/LibWeb/Ref/input/wpt-import