-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 860 Bytes
/
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
{
"name": "@dotcom-reliability-kit/eslint-config",
"version": "4.0.0",
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production",
"repository": {
"type": "git",
"url": "https://github.com/Financial-Times/dotcom-reliability-kit.git",
"directory": "packages/eslint-config"
},
"homepage": "https://github.com/Financial-Times/dotcom-reliability-kit/tree/main/packages/eslint-config#readme",
"bugs": "https://github.com/Financial-Times/dotcom-reliability-kit/issues?q=label:\"package: eslint-config\"",
"license": "MIT",
"engines": {
"node": "20.x || 22.x"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"peerDependencies": {
"eslint": ">=8.27.0"
},
"devDependencies": {
"@types/eslint": "^8.56.6"
}
}