-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "eslint-config-react-frontend",
"version": "0.0.2",
"author": "Akash-M <[email protected]>",
"description": "Eslint configuration containing rule set for react, jest and typescript projects",
"main": "index.js",
"scripts": {
"publish-package": "npm publish --access public"
},
"keywords": [
"eslint",
"config"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Akash-M/eslint-config-react-config.git"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/lint": "^16.2.4",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5 ",
"@typescript-eslint/parser": ">= 5",
"eslint-friendly-formatter": ">= 4",
"eslint-plugin-jest": ">= 26",
"eslint-plugin-ordered-imports": ">= 0.6",
"eslint-plugin-prettier": ">= 4",
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 4",
"eslint-plugin-sort-destructure-keys": ">=1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Akash-M/eslint-config-react-config/issues"
},
"homepage": "https://github.com/Akash-M/eslint-config-react-config#readme"
}