-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "@rocket.chat/prettier-config",
"description": "Prettier configuration for Rocket.Chat repositories",
"version": "0.31.25",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"license": "MIT",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/fuselage.git",
"directory": "packages/prettier-config"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
},
"main": "default/index.js",
"files": [
"/default",
"/fuselage"
],
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": "@rocket.chat/eslint-config-alt/minimal"
},
"prettier": "./fuselage",
"scripts": {
"lint": "lint",
"lint-and-fix": "lint-and-fix"
},
"peerDependencies": {
"prettier": "*"
},
"devDependencies": {
"eslint": "~8.45.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~5.2.1",
"lint-all": "workspace:~",
"prettier": "~3.3.3"
}
}