-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 907 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
{
"name": "@mapbox/eslint-config-mapbox",
"version": "5.1.0",
"description": "Generic eslint configuration for Mapbox",
"main": "node.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mapbox/eslint-config-mapbox.git"
},
"author": "Mapbox",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mapbox/eslint-config-mapbox/issues"
},
"homepage": "https://github.com/mapbox/eslint-config-mapbox#readme",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-jsonc": "^2.19.1",
"jsonc-eslint-parser": "^2.4.0"
},
"dependencies": {
"@mapbox/eslint-plugin-mapbox": "1.0.0"
}
}