serenity/.prettierignore
kleines Filmröllchen c408723257 Meta: Ignore auto-generated and incompatible files in prettier
Several auto-generated Markdown files should be
excluded once we check Markdown. One JS regex test
isn't compatible with prettier's parser.
2024-10-04 10:46:42 -04:00

16 lines
766 B
Text

# Automatically regenerated Markdown files based on git patches.
Toolchain/Patches
Ports/*/patches
Base/home/anon/Source/js
Userland/Libraries/LibJS/Tests/invalid-lhs-in-assignment.js
Userland/Libraries/LibJS/Tests/unicode-identifier-escape.js
Userland/Libraries/LibJS/Tests/modules/failing.mjs
# FIXME: Uses regex flags which cause a syntax error in prettier.
Userland/Libraries/LibJS/Tests/builtins/RegExp/RegExp.prototype.flags.js
# FIXME: Remove once prettier is updated to support using declarations.
Userland/Libraries/LibJS/Tests/builtins/DisposableStack/DisposableStack.prototype.@@dispose.js
Userland/Libraries/LibJS/Tests/modules/top-level-dispose.mjs
Userland/Libraries/LibJS/Tests/using-declaration.js
Userland/Libraries/LibJS/Tests/using-for-loops.js