1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/.prettierrc.json
dependabot[bot] 851d40ed03 Bump prettier from 2.7.1 to 3.0.0 (#38873)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2023-07-10 20:46:39 +00:00

20 lines
319 B
JSON

{
"overrides": [
{
"files": ["**/*.{yml,yaml}"],
"options": {
"singleQuote": true
}
},
{
"files": ["**/*.{ts,tsx,js,mjs}"],
"options": {
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5"
}
}
]
}