-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "@eoghanmccarthy/eslint-config",
"version": "1.0.0",
"description": "ESLint config.",
"author": "Eoghan McCarthy <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/eoghanmccarthy/eslint-config.git"
},
"main": "index.js",
"keywords": [],
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.54.0"
},
"peerDependencies": {
"eslint": ">= 8"
},
"scripts": {
"lint": "eslint ."
}
}