-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "eslint-config-olx",
"version": "2.2.0",
"description": "OLX ESLint shareable config",
"keywords": [
"code style",
"lint",
"linter",
"eslint",
"eslintconfig"
],
"homepage": "",
"bugs": "",
"license": "MIT",
"author": "Facundo Viale <[email protected]>",
"contributors": [],
"main": "default.js",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-flowtype": "3.6.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-react": "7.12.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-flowtype": "3.6.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-react": "7.12.4"
},
"engines": {
"node": ">=8.0.0"
}
}