-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "eslint-config-xo-bizon",
"version": "3.0.3",
"description": "ESLint shareable config to be used with xo or eslint-config-xo",
"main": "index.cjs",
"repository": "[email protected]:bizon/eslint-config-xo-bizon.git",
"author": "Bertrand Marron",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=18"
},
"files": [
"index.cjs"
],
"keywords": [
"eslintconfig",
"xo",
"xoxo",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"standard",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint",
"bizon"
],
"dependencies": {},
"devDependencies": {
"@bizon/semantic-release-config": "^3.0.1",
"semantic-release": "^24.2.0",
"xo": "^0.60.0"
},
"xo": {
"extends": ".",
"semicolon": false,
"space": 2,
"prettier": true
},
"prettier": {
"printWidth": 100
},
"release": {
"extends": "@bizon/semantic-release-config"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}