-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.14 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
{
"name": "@slimshadyiam/eslint-config",
"version": "1.0.0",
"description": "My ESLint config to use across Javascript and Typescript projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlimShadyIAm/eslint-config.git"
},
"author": "Aamir Farooq",
"license": "MIT",
"bugs": {
"url": "https://github.com/SlimShadyIAm/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "5.0.0-alpha.2",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.5",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^3.0.1"
},
"homepage": "https://github.com/SlimShadyIAm/eslint-config#readme"
}