-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "@fastone/eslint-config",
"author": "fastone",
"version": "1.0.13",
"description": "ESLint config to rule them all",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests\" && exit 1"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-tailwindcss": "^3.17.0",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastone/eslint-config.git"
},
"bugs": {
"url": "https://github.com/fastone/eslint-config/issues"
},
"homepage": "https://github.com/fastone/eslint-config#readme"
}