mirror of
https://github.com/ad-aures/castopod.git
synced 2026-03-31 05:19:02 +02:00
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md", "*.mdx"],
|
|
"options": {
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|