-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 899 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@hs-web-team/eslint-config-ts",
"version": "2.0.0",
"description": "HubSpot Marketing WebTeam ESLint rules for Typescript",
"main": "index.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"lint": "npx eslint -c ./index.js ."
},
"files": [
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/HubSpotWebTeam/wt-eslint-typescript.git"
},
"keywords": [
"eslint",
"typescript"
],
"author": "Operations & Best Practices team",
"license": "ISC",
"homepage": "https://github.com/HubSpotWebTeam/wt-eslint-typescript#readme",
"bugs": {
"url": "https://github.com/HubSpotWebTeam/wt-eslint-typescript/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
"typescript": "^5.7.2"
}
}