Skip to content

Instantly share code, notes, and snippets.

@lattespirit
lattespirit / .prettierrc
Created March 16, 2020 03:27
.prettierrc file
{
"trailingComma": "es5",
"tabWidth": 2,
"vueIndentScriptAndStyle": true
}
@lattespirit
lattespirit / composer.json
Created June 2, 2020 10:57
Download unsplash images PHP script
{
"require": {
"kitetail/zttp": "^0.6.0"
}
}