mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 02:47:02 +00:00
Simplify .editorconfig & .prettierrc.json (#37400)
* Simplify .editorconfig & .prettierrc.json * Update `"trailingComma"` to `"all"`. Remove md indent_size
This commit is contained in:
parent
3f6627ea70
commit
328cfb31e9
@ -4,7 +4,5 @@ root = true
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[{*.json,*.yml,*.ts,*.tsx,*.md}]
|
||||
max_line_length = 120
|
||||
indent_style = space
|
||||
|
||||
|
||||
@ -1,20 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/prettierrc",
|
||||
|
||||
"parser": "typescript",
|
||||
"printWidth": 120,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5",
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.md"],
|
||||
"options": {
|
||||
"tabWidth": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
"trailingComma": "all"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user