-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 961 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
{
"name": "@shabados/eslint-config",
"version": "1.0.0",
"description": "The Shabad OS ESLint config",
"repository": {
"type": "git",
"url": "git+https://github.com/shabados/eslint-config.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/shabados/eslint-config/issues"
},
"homepage": "https://github.com/shabados/eslint-config#readme",
"scripts": {
"lint": "eslint .",
"test": "eslint examples"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-workspaces": "^0.10.1"
}
}