mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
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:
parent
80560d1be3
commit
16da91b7e7
1 changed files with 0 additions and 13 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue