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>
20 lines
319 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|