-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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": "@cosmonic/eslint-config",
"version": "2.0.0",
"description": "ESLint profiles and mixins for Cosmonic",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cosmonic/eslint-config.git"
},
"authors": [
{
"name": "Lachlan Heywood",
"website": "https://github.com/lachieh"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cosmonic/eslint-config/issues"
},
"homepage": "https://github.com/cosmonic/eslint-config#readme",
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
"typescript": ">=4.9.0"
},
"dependencies": {
"@rushstack/eslint-config": "^3.3.0",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/typescript-estree": "^5.59.7",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-absolute-imports-only": "^1.0.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.0"
},
"devDependencies": {
"@types/eslint": "^8.40.0"
}
}