-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 823 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 823 Bytes
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
{
"name": "@microsoft/eslint-config-msgraph",
"version": "6.0.0",
"description": "A sharable eslint config for Microsoft Graph web teams to use as a base set of linting rules",
"main": "index.js",
"files": [
"index.js",
"prettier.config.js",
"core.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Microsoft",
"license": "MIT",
"peerDependencies": {
"@eslint/js": "^9.0.0 || ^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0 || ^10.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.34.1",
"globals": ">=14.0.0",
"prettier": "^3.2.5"
},
"publishConfig": {
"access": "public"
}
}