-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@elgato/prettier-config",
"version": "0.2.6",
"description": "Prettier configuration used by Elgato projects.",
"main": ".prettierrc.json",
"files": [
".editorconfig"
],
"scripts": {
"lint": "prettier --config .prettierrc.json \"{.prettierrc.json,package.json,*.md}\" --write"
},
"keywords": [
"elgato",
"lint",
"prettier"
],
"author": {
"name": "Elgato",
"url": "https://www.elgato.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elgatosf/prettier-config.git"
},
"bugs": {
"url": "https://github.com/elgatosf/prettier-config/issues"
},
"homepage": "https://github.com/elgatosf/prettier-config#readme",
"license": "MIT",
"prettier": "./",
"peerDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"prettier": "^3.4.2",
"prettier-plugin-multiline-arrays": "^3.0.6"
}
}