Add prettier

This commit is contained in:
3wc
2024-05-08 17:23:32 -03:00
parent 88e792ba7c
commit d830e1c251
4 changed files with 128 additions and 0 deletions

17
.prettierrc Normal file
View File

@ -0,0 +1,17 @@
{
"plugins": ["@prettier/plugin-php"],
"overrides": [
{
"files": "*.inc",
"options": {
"parser": "php"
}
},
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}