mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-03-25 01:07:21 +08:00
Merge pull request #17 from filamentphp/add-prettier-config
Add Prettier config
This commit is contained in:
5
.prettierrc
Normal file
5
.prettierrc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "all"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user