31 lines
836 B
JSON
31 lines
836 B
JSON
{
|
|
"name": "@pancakeswap/eslint-config-pancake",
|
|
"version": "1.2.0",
|
|
"description": "Eslint config for PancakeSwap",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": "https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/eslint-config-pancake",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.2.0",
|
|
"prettier": "^2.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|