-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.78 KB
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
{
"name": "eslint-config-heck",
"version": "1.5.0",
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
"type": "module",
"main": "index.js",
"exports": {
"./biomeComplexity": "./biomeComplexity.json",
"./biomeCss": "./biomeCss.json",
"./biomeJson": "./biomeJson.json",
"./biomeJsTs": "./biomeJsTs.json",
"./biomePlaywright": "./biomePlaywright.json",
"./biomeReactNative": "./biomeReactNative.json",
"./nodeWithBiome": "./nodeWithBiome.js"
},
"scripts": {
"update": "npx -y npm-check-updates -i --install never && npx -y npm-check-updates -i --target minor --install never && npx -y npm-check-updates -i --target patch --install never && npm update --force",
"lint": "eslint .",
"semantic-release": "semantic-release"
},
"keywords": [
"Biome",
"ESLint",
"ES2015",
"TypeScript",
"React"
],
"author": "atheck",
"license": "MIT",
"dependencies": {
"@biomejs/biome": "2.5.8",
"@stylistic/eslint-plugin": "5.10.0",
"@typescript-eslint/eslint-plugin": "8.67.0",
"@typescript-eslint/parser": "8.67.0",
"@eslint-react/eslint-plugin": "5.18.4",
"eslint": "10.8.1",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.17.1",
"eslint-plugin-jest": "29.16.1",
"eslint-plugin-testing-library": "7.16.2",
"eslint-plugin-unicorn": "73.0.0",
"typescript": "6.0.3"
},
"devDependencies": {
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/jest": "30.0.0",
"@types/react": "19.2.18",
"globals": "17.11.0",
"jest": "30.4.2",
"react": "19.2.8",
"semantic-release": "25.0.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atheck/eslint-config-heck.git"
}
}