-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "@youngagency/eslint-config-young",
"version": "0.0.0-development",
"description": "This is an opinionated JavaScript guideline for Young devs. Inspired by Airbnb",
"main": "index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/YoungAgency/eslint-config-young.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/YoungAgency/eslint-config-young/issues"
},
"homepage": "https://github.com/YoungAgency/eslint-config-young#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"confusing-browser-globals": "^1.0.10",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.6",
"object.assign": "^4.1.2",
"object.entries": "^1.1.5"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"eslint": "^8.3.0",
"typescript": "^4.5.2"
}
}