mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 08:51:21 +08:00
Initial commit
This commit is contained in:
commit
848dbc9ae8
3
js-packages/prettier-config/README.md
Normal file
3
js-packages/prettier-config/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Flarum Prettier Config
|
||||
|
||||
|
22
js-packages/prettier-config/package.json
Normal file
22
js-packages/prettier-config/package.json
Normal 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"
|
||||
}
|
7
js-packages/prettier-config/prettierrc.json
Normal file
7
js-packages/prettier-config/prettierrc.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"printWidth": 150,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user