mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +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-toml",
|
||||||
"prettier-plugin-sh"
|
"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…
x
Reference in New Issue
Block a user