mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-05 19:49:27 +01:00
.prettierrc -> .prettierrc.json
This commit is contained in:
parent
e0ee01ae12
commit
12c7abf641
@ -1,7 +0,0 @@
|
||||
{
|
||||
"insertPragma": false,
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true,
|
||||
"plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"],
|
||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
||||
}
|
17
.prettierrc.json
Normal file
17
.prettierrc.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"insertPragma": false,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ".prettierrc",
|
||||
"options": {
|
||||
"parser": "json"
|
||||
}
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
"@prettier/plugin-xml",
|
||||
"prettier-plugin-sh"
|
||||
],
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user