forked from pancakeswap/eslint-config-pancake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 832 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
{
"name": "@pancakeswap-libs/eslint-config-pancake",
"version": "1.0.0",
"description": "Eslint config for PancakeSwap",
"main": "lib/index.js",
"files": [
"lib"
],
"repository": "[email protected]:pancakeswap/eslint-config-pancake.git",
"license": "MIT",
"author": "RabbitDoge",
"private": false,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0"
},
"devDependencies": {
"eslint": "^7.2.0",
"prettier": "^2.1.2"
},
"peerDependencies": {
"eslint": "^7.2.0",
"prettier": "^2.1.2"
}
}