-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 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": "@illumini/eslint-config",
"version": "0.7.0",
"description": "Illumini's base ESLint configuration.",
"main": "index.js",
"contributors": [
"Wayne Haffenden <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/IlluminiTech/eslint-config"
},
"keywords": [
"eslint",
"eslintconfig",
"prettier",
"config",
"javascript",
"illumini"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IlluminiTech/eslint-config/issues"
},
"homepage": "https://github.com/IlluminiTech/eslint-config",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.x.x",
"@typescript-eslint/parser": "^4.x.x",
"babel-eslint": "^10.x.x",
"eslint": "^7.x.x",
"eslint-config-prettier": "^6.x.x",
"eslint-plugin-import": "^2.x.x",
"prettier": "^2.x.x",
"typescript": "^4.x.x"
}
}