-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.44 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
{
"name": "@estarossa/eslint-quicksetup",
"version": "2.0.5",
"description": "Package with all recommended eslint style guides.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "https://github.com/estarossa0",
"license": "ISC",
"dependencies": {
"@types/eslint": "^8.40.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@next/eslint-plugin-next": "^13.5.3",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"typescript": "*"
},
"repository": "https://github.com/estarossa0/eslint-quickstart.git",
"homepage": "https://github.com/estarossa0/eslint-quickstart",
"bugs": "https://github.com/estarossa0/eslint-quickstart/issues",
"devDependencies": {
"@types/node": "^20.3.1"
}
}