.prettierrc: add overrides for LibreAwoo & autoconfig although no effect

This commit is contained in:
Aminda Suomalainen 2024-06-09 18:16:31 +03:00
parent f6655a46e7
commit f6b2de3c77
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 11 additions and 1 deletions

View File

@ -4,5 +4,15 @@
"prettier-plugin-toml",
"prettier-plugin-sh"
],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
"overrides": [
{ "files": ".prettierrc", "options": { "parser": "json" } },
{
"files": "conf/librewolf.overrides.cfg",
"options": { "parser": "javascript" }
},
{
"files": "conf/autoconfig.js.online",
"options": { "parser": "javascript" }
}
]
}