-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "@coremax/eslint-config-coremax",
"version": "0.0.5",
"description": "This package provides CoreMAX .eslintrc as an extensible shared config.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/coremax/eslint-config-coremax"
},
"author": "Nidelson Gimenes <[email protected]>",
"license": "MIT",
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"typescript",
"styleguide"
],
"bugs": {
"url": "https://github.com/coremax/eslint-config-coremax/issues"
},
"homepage": "https://github.com/coremax/eslint-config-coremax#readme",
"scripts": {
"publish": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-config-standard-react": "^8.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.18.2"
}
}