-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "eslint-config-pixiebrix",
"version": "0.41.1",
"description": "ESLint shareable config for PixieBrix",
"repository": "pixiebrix/eslint-config-pixiebrix",
"license": "MIT",
"scripts": {
"fix": "npm run test -- --fix",
"test": "eslint . --ext .ts"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@shopify/eslint-plugin": "^46.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.45.0",
"eslint-config-xo-typescript": "^5.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-unicorn": "^55.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": ">=8.0.0"
},
"engines": {
"node": "20.12.0",
"npm": "10.5.0"
}
}