Initial commit

This commit is contained in:
David 2021-07-18 21:26:28 +01:00
commit 848dbc9ae8
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Flarum Prettier Config

View File

@ -0,0 +1,22 @@
{
"name": "@flarum/prettier-config",
"version": "1.0.0",
"description": "",
"main": "prettierrc.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flarum/prettier-config.git"
},
"keywords": [
"flarum"
],
"author": "Flarum Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/flarum/prettier-config/issues"
},
"homepage": "https://github.com/flarum/prettier-config#readme"
}

View File

@ -0,0 +1,7 @@
{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}