-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 948 Bytes
/
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": "@xavdid/eslint-config",
"version": "1.0.0",
"description": "A custom eslint config, just how I like it",
"main": "index.js",
"scripts": {
"test": "echo cool",
"release": "npx np"
},
"files": [
"index.js",
"react.js",
"common/_base.js"
],
"keywords": [
"eslint",
"eslintconfig"
],
"author": "David Brownman <beamneocube@gmail.com> (https://xavd.id)",
"license": "ISC",
"peerDependencies": {
"eslint": "^8",
"typescript": "^5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}