mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
.prettierrc: add overrides for LibreAwoo & autoconfig although no effect
This commit is contained in:
parent
f6655a46e7
commit
f6b2de3c77
12
.prettierrc
12
.prettierrc
@ -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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user