-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
48
49
50
51
52
53
54
55
{
"name": "@mntm/eslint-config",
"version": "2.2.0",
"main": "index.js",
"type": "commonjs",
"author": {
"name": "Anton Petrov",
"email": "[email protected]",
"url": "https://petrov.engineer"
},
"description": "ESLint config with TypeScript support",
"license": "MIT",
"keywords": [
"eslint",
"eslintconfig",
"config",
"typescript"
],
"homepage": "https://github.com/maxi-team/eslint-config",
"bugs": "https://github.com/maxi-team/eslint-config/issues",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/eslint-config.git"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/type-utils": "^6.14.0",
"@typescript-eslint/utils": "^6.14.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^49.0.0"
},
"peerDependencies": {
"eslint": "^8.55.0",
"typescript": "^5.3.3"
},
"peerDependenciesMeta": {
"eslint": {
"optional": false
},
"typescript": {
"optional": false
}
},
"devDependencies": {
"eslint": "^8.55.0",
"typescript": "^5.3.3"
}
}