Merge pull request #17 from filamentphp/add-prettier-config

Add Prettier config
This commit is contained in:
Zep Fietje
2022-10-16 12:01:54 +02:00
committed by GitHub

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}