-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"author": "Tom Prats <[email protected]> (https://www.tomify.me)",
"bugs": {
"url": "https://github.com/traitify/eslint-config-traitify/issues"
},
"dependencies": {
"@babel/eslint-parser": "7.x",
"eslint-config-airbnb": "19.x",
"eslint-import-resolver-webpack": "0.x"
},
"description": "Traitify's base ESLint config",
"exports": {
".": "./index.js",
"./jest": "./jest.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/traitify/eslint-config-traitify#readme",
"keywords": [
"config",
"eslint",
"eslintconfig",
"javascript",
"styleguide",
"traitify"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-traitify",
"peerDependencies": {
"@babel/eslint-plugin": "7.x",
"eslint": "8.x",
"eslint-import-resolver-jest": ">=3",
"eslint-plugin-jest": ">=27"
},
"peerDependenciesMeta": {
"eslint-import-resolver-jest": {"optional": true},
"eslint-plugin-jest": {"optional": true}
},
"repository": {
"type": "git",
"url": "git+https://github.com/traitify/eslint-config-traitify.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.4.0"
}