This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
74 lines (74 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "eslint-config-marlint",
"version": "7.0.0",
"description": "ESLint shareable config for Marlint",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"testRegex": "__tests__/.*.test\\.js$",
"testURL": "http://localhost"
},
"files": [
"index.js",
"typescript.js",
"src/"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/traveloka/javascript.git"
},
"keywords": [
"eslint",
"config",
"jshint",
"jscs",
"jshint",
"jslint",
"standard",
"flow",
"flowtype",
"ts",
"tsx",
"typescript",
"babel",
"babel-eslint",
"styleguide",
"traveloka",
"linter",
"lint"
],
"author": "Fatih Kalifa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/traveloka/javascript/issues"
},
"marlint": {
"ignores": [
"fixture-error"
]
},
"homepage": "https://github.com/traveloka/javascript/packages/eslint-config-marlint#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-marlint": "^1.0.0-alpha.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"jest": "^26.6.3",
"react": "^16.8.6",
"react-native-web": "^0.11.7",
"temp-write": "^3.4.0",
"typescript": "^4.1.3"
}
}