-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "@solana/eslint-config-solana",
"version": "4.0.0",
"description": "ESLint rules to be shared across all Solana Labs projects",
"main": "index.mjs",
"type": "module",
"exports": {
".": "./index.mjs",
"./jest": "./jest.mjs",
"./react": "./react.mjs"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"solana",
"javascript",
"styleguide"
],
"author": "Solana Maintainers <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/solana-labs/eslint-config-solana/issues"
},
"homepage": "https://github.com/solana-labs/eslint-config-solana",
"peerDependencies": {
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"globals": "^15.11.0",
"jest": "^30.0.0-alpha.6",
"typescript": "^5.6",
"typescript-eslint": "^8.11.0"
}
}