-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 951 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": "@cdoublev/eslint-config",
"description": "ESLint configurations",
"author": "Guillaume Lebas",
"license": "MIT",
"keywords": [
"eslint",
"eslintconfig"
],
"version": "0.11.0",
"homepage": "https://github.com/creativewave/eslint-config",
"bugs": "https://github.com/creativewave/eslint-config/issues",
"repository": "github:creativewave/eslint-config",
"exports": {
".": "./index.js",
"./browser": "./browser.js",
"./node": "./node.js",
"./react": "./react.js",
"./jest": "./jest.js"
},
"peerDependencies": {
"eslint": ">= 9"
},
"optionalDependencies": {
"@stylistic/eslint-plugin-js": ">= 2",
"eslint-plugin-compat": ">= 6",
"eslint-plugin-jest": ">= 28",
"eslint-plugin-n": ">=17",
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 5.1.0-rc-65903583-20240805",
"globals": ">= 15"
},
"publishConfig": {
"access": "public"
}
}