LibWeb: Remove redundant .prettierrc

Now that LibJS's .prettierrc has been moved to the repository root (as
we start having .js files in /res), we don't need to keep a second,
identical copy for the LibWeb tests.
This commit is contained in:
Linus Groh 2020-08-30 16:13:46 +02:00 committed by Andreas Kling
parent 80560d1be3
commit 16da91b7e7
Notes: sideshowbarker 2024-07-19 02:59:52 +09:00

View file

@ -1,13 +0,0 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"insertPragma": false,
"printWidth": 100,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}