mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
18 lines
303 B
Plaintext
18 lines
303 B
Plaintext
|
|
{
|
||
|
|
"trailingComma": "none",
|
||
|
|
"plugins": [
|
||
|
|
"prettier-plugin-apex",
|
||
|
|
"@prettier/plugin-xml"
|
||
|
|
],
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "**/lwc/**/*.html",
|
||
|
|
"options": { "parser": "lwc" }
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"files": "*.{cmp,page,component}",
|
||
|
|
"options": { "parser": "html" }
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|