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" }
|
|
}
|
|
]
|
|
}
|