-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
60
{
"name": "@mll-lab/eslint-config",
"version": "3.1.0",
"description": "The shareable eslint configuration of MLL",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mll-lab/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": {
"name": "Benedikt Franke",
"email": "benedikt@franke.tech",
"url": "https://franke.tech"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mll-lab/eslint-config/issues"
},
"homepage": "https://github.com/mll-lab/eslint-config",
"dependencies": {
"@getify/eslint-plugin-proper-arrows": "^11.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "^4.9.4 || ^5.3.2"
},
"peerDependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.0"
},
"scripts": {
"lint": "eslint --ext .js,.ts .",
"format": "yarn run lint --fix"
},
"devDependencies": {
"@mll-lab/tsconfig": "^3.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.0",
"semantic-release": "^22.0.8",
"typescript": "^5.3.2"
},
"packageManager": "yarn@4.0.2"
}