-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"name": "@407dev/eslint-config",
"version": "2.0.1",
"description": "eslint config used by 407dev",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/407dev/eslint-config.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"next.js",
"expo.js"
],
"keywords": [
"eslint",
"407dev"
],
"author": "David DeCorso",
"license": "ISC",
"bugs": {
"url": "https://github.com/407dev/eslint-config/issues"
},
"homepage": "https://github.com/407dev/eslint-config#readme",
"peerDependencies": {
"eslint": ">= 8.57.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint-config-next": "^16.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unicorn": "^55.0.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint-config-universe": "^15.0.3",
"prettier": "^3.0.0"
}
}