-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "@finsweet/eslint-config",
"version": "3.0.2",
"description": "Finsweet's official configuration for ESLint.",
"main": "index.js",
"type": "module",
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"peerDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/eslint-config.git"
},
"keywords": [],
"author": {
"name": "Finsweet",
"url": "https://www.finsweet.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/finsweet/eslint-config/issues"
},
"homepage": "https://github.com/finsweet/eslint-config#readme",
"scripts": {
"build": "eslint --version",
"release": "changeset publish",
"update": "pnpm update -i -L -r",
"lint": "eslint . --fix"
}
}