mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Ensures that prettier has the same settings as editorconfig (#38569)
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/prettierrc",
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 4,
|
||||
"printWidth": 120
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user