16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"parser": "typescript",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.json", "*.jsonc", "*.json5"],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|