generated from bradgarropy/eslint-config-bradgarropy
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
48
49
50
51
52
53
54
{
"name": "@bradgarropy/eslint-config",
"version": "3.1.0",
"type": "module",
"exports": "./index.js",
"description": "💎 eslint configuration",
"keywords": [
"eslint",
"eslint-config",
"prettier",
"javascript",
"typescript",
"react",
"a11y",
"vitest"
],
"homepage": "https://github.com/bradgarropy/eslint-config",
"bugs": {
"url": "https://github.com/bradgarropy/eslint-config/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "[email protected]",
"url": "https://bradgarropy.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/eslint-config"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"contributors": "all-contributors generate"
},
"dependencies": {
"@eslint/js": "^9.1.1",
"@types/eslint": "^9.6.1",
"@vitest/eslint-plugin": "^1.1.16",
"eslint": "^9.17.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"globals": "^15.13.0",
"typescript-eslint": "^8.11.0"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"prettier": "^3.4.2"
}
}