-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 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
31
32
33
34
{
"name": "@upstatement/eslint-config",
"version": "3.0.0",
"description": "Upstatement's default ESLint configuration",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Upstatement/eslint-config"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"upstatement"
],
"author": {
"name": "Upstatement",
"email": "tech@upstatement.com",
"twitter": "@upstatement"
},
"license": "MIT",
"homepage": "https://github.com/Upstatement/eslint-config",
"bugs": {
"url": "https://github.com/Upstatement/eslint-config/issues"
},
"peerDependencies": {
"@babel/core": "^7.x.x",
"@babel/eslint-parser": "^7.x.x",
"eslint": "^8.x.x",
"eslint-config-prettier": "^9.x.x",
"prettier": "^3.x.x"
}
}