mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
rename .prettierrc to .prettierrc.json
This will bring it under pretty-format-json
This commit is contained in:
parent
c8149554c6
commit
a4dfac7aca
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,7 +14,7 @@
|
|||||||
!.nvmrc
|
!.nvmrc
|
||||||
!.pre-commit-config.yaml
|
!.pre-commit-config.yaml
|
||||||
!.prettierignore
|
!.prettierignore
|
||||||
!.prettierrc
|
!.prettierrc.json
|
||||||
!.renovate-shared.json*
|
!.renovate-shared.json*
|
||||||
!.reuse
|
!.reuse
|
||||||
|
|
||||||
|
23
.prettierrc
23
.prettierrc
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"insertPragma": true,
|
|
||||||
"proseWrap": "always",
|
|
||||||
"singleAttributePerLine": true,
|
|
||||||
"plugins": [
|
|
||||||
"@prettier/plugin-ruby",
|
|
||||||
"@prettier/plugin-xml",
|
|
||||||
"prettier-plugin-nginx",
|
|
||||||
"prettier-plugin-sh",
|
|
||||||
"prettier-plugin-toml"
|
|
||||||
],
|
|
||||||
"overrides": [
|
|
||||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
|
||||||
{
|
|
||||||
"files": "conf/librewolf.overrides.cfg",
|
|
||||||
"options": { "parser": "babel" }
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"files": "conf/autoconfig.js.online",
|
|
||||||
"options": { "parser": "babel" }
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
32
.prettierrc.json
Normal file
32
.prettierrc.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"insertPragma": true,
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": ".prettierrc",
|
||||||
|
"options": {
|
||||||
|
"parser": "json"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"files": "conf/librewolf.overrides.cfg",
|
||||||
|
"options": {
|
||||||
|
"parser": "babel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"files": "conf/autoconfig.js.online",
|
||||||
|
"options": {
|
||||||
|
"parser": "babel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"@prettier/plugin-ruby",
|
||||||
|
"@prettier/plugin-xml",
|
||||||
|
"prettier-plugin-nginx",
|
||||||
|
"prettier-plugin-sh",
|
||||||
|
"prettier-plugin-toml"
|
||||||
|
],
|
||||||
|
"proseWrap": "always",
|
||||||
|
"singleAttributePerLine": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user