-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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": "@larskendall/eslint-config",
"version": "1.9.0",
"description": "My custom eslint config.",
"main": "index.js",
"files": [
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/larskendall/eslint-config.git"
},
"author": "Lars Kendall",
"license": "MIT",
"bugs": {
"url": "https://github.com/larskendall/eslint-config/issues"
},
"homepage": "https://github.com/larskendall/eslint-config#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.33.1",
"eslint": "^8.46.0",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier": "^3.2.5"
}
}